Merge pull request #447 from dannyrb/fix/missing-roboto-font
Fix/missing roboto font
This commit is contained in:
commit
e3d5a3392a
@ -17,8 +17,8 @@ include tags. Here's how it works:
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://fonts.googleapis.com/css?family=Sanchez">
|
<a href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Sanchez&display=swap">
|
||||||
<code>Google Font @ Sanchez</code>
|
<code>Google Fonts, Sanchez & Roboto</code>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<!-- WEB FONTS -->
|
<!-- WEB FONTS -->
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css?family=Sanchez"
|
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Sanchez&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
@ -38,9 +38,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
||||||
You need to enable JavaScript to run this app.
|
|
||||||
</noscript>
|
|
||||||
|
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -11,9 +11,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
|
/* Logo font should be SVG so we don't need to load an entire font */
|
||||||
:root {
|
:root {
|
||||||
--logo-font-family: "Sanchez";
|
--logo-font-family: 'Sanchez';
|
||||||
--logo-font-weight: 300;
|
--logo-font-weight: 300; /* Sanchez, 300 does not exist */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Transitions */
|
/* Transitions */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user