diff options
author | Thomas Lange <code@nerdmind.de> | 2017-09-16 18:26:48 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-09-16 18:26:48 +0200 |
commit | 8cadbf7ed2778634ad51357f61851ed78d96ea58 (patch) | |
tree | caae8db7eddb74d3c9837711e1c4d976b246dc85 /template/admin/rsrc/main.css | |
parent | 54516e1178c34b0a68b96edab024a6b0184d36cb (diff) | |
download | blog-8cadbf7ed2778634ad51357f61851ed78d96ea58.tar.gz blog-8cadbf7ed2778634ad51357f61851ed78d96ea58.tar.xz blog-8cadbf7ed2778634ad51357f61851ed78d96ea58.zip |
The original font "Font Awesome" has been replaced by a minimized version from Fontello.com, which contains only the absolutely necessary icons. This reduces the size of the font file to download to approximately 70 kilobytes. This is beneficial for smartphone users who have an extremely throttled data connection (for example, 32 KBit/s – yes, no joke!), which is not unusual in Germany where mobile internet is still expensive. On the other hand, it is always a good idea to load only what is really necessary. And why always (with cold browser cache) download unnecessary 70 kilobytes, when it is not necessary?
Diffstat (limited to 'template/admin/rsrc/main.css')
-rw-r--r-- | template/admin/rsrc/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css index c115605..0666c63 100644 --- a/template/admin/rsrc/main.css +++ b/template/admin/rsrc/main.css @@ -219,7 +219,7 @@ label:after{content:":";} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* FontAwesome Main /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -.fa{display:inline-block;font:normal normal normal 14px/1 "FontAwesome";font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} +.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;speak:none;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* FontAwesome Icons @@ -279,9 +279,9 @@ label:after{content:":";} } /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -/* Font "Font Awesome" [4.7.0]: SIL Open Font License (OFL) +/* Font "Font Awesome" [4.7.0] (by Fontello): SIL Open Font License (OFL) /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -@font-face{font-family:"FontAwesome";font-weight:400;src:url("font/font-awesome.woff2") format("woff2");} +@font-face{font-family:FontAwesome;font-weight:400;src:url("font/font-awesome-fontello.woff2") format("woff2");} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Font "Kadwa": SIL Open Font License (OFL) |