From 28485fed2682c1e064b1a0d0341f645690f3327b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronalds=20Vilci=C5=86=C5=A1?= Date: Thu, 5 Mar 2020 19:28:05 +0200 Subject: cleaning code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “-apple-system” and “BlinkMacSystemFont” are replaced by the new standard “system-ui” generic font family. “system-ui” is also supported by Firefox. --- _sass/_main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_sass') diff --git a/_sass/_main.scss b/_sass/_main.scss index 377067b..84b1401 100755 --- a/_sass/_main.scss +++ b/_sass/_main.scss @@ -7,7 +7,7 @@ } body { - font-family: -apple-system,BlinkMacSystemFont,'avenir next',avenir,helvetica,'helvetica neue',ubuntu,roboto,noto,'segoe ui',arial,sans-serif; + font-family: system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; line-height:1.5; @@ -199,4 +199,4 @@ section { figcaption { font-size: smaller; -} \ No newline at end of file +} -- cgit v1.2.3