From ad284cf71b9af68032a0e996d6b389200b7ab9f0 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Wed, 5 Dec 2018 10:24:19 +0100 Subject: [PATCH] Update icons.css for framework7-icons v2 font-size Update font-size from 25px to 28px See: https://github.com/framework7io/framework7-icons/blob/master/README.md --- template/src/css/icons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/src/css/icons.css b/template/src/css/icons.css index 30d8969..726a5a1 100644 --- a/template/src/css/icons.css +++ b/template/src/css/icons.css @@ -51,7 +51,7 @@ font-family: 'Framework7 Icons'; font-weight: normal; font-style: normal; - font-size: 25px; + font-size: 28px; line-height: 1; letter-spacing: normal; text-transform: none;