fix: font on Safari

This commit is contained in:
2019-03-22 21:13:06 +03:00
parent 308997c63b
commit a50a5d398f
3 changed files with 4 additions and 4 deletions

View File

@@ -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": [

View File

@@ -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>

View File

@@ -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