fix: font on Safari
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"number-leading-zero": "always",
|
"number-leading-zero": "always",
|
||||||
"function-url-quotes": "always",
|
"function-url-quotes": "always",
|
||||||
"font-weight-notation": "named-where-possible",
|
"font-weight-notation": "named-where-possible",
|
||||||
"font-family-name-quotes": "always-where-recommended",
|
"font-family-name-quotes": "always-unless-keyword",
|
||||||
"comment-whitespace-inside": "always",
|
"comment-whitespace-inside": "always",
|
||||||
"at-rule-no-vendor-prefix": true,
|
"at-rule-no-vendor-prefix": true,
|
||||||
"rule-empty-line-before": [
|
"rule-empty-line-before": [
|
||||||
|
|||||||
@@ -33,6 +33,8 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'UA-87763635-1');
|
gtag('config', 'UA-87763635-1');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700')
|
|
||||||
|
|
||||||
body
|
body
|
||||||
font-size: 1.2rem
|
font-size: 1.2rem
|
||||||
font-family: Nunito, sans-serif
|
font-family: 'Nunito', sans-serif
|
||||||
|
|
||||||
a
|
a
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|||||||
Reference in New Issue
Block a user