Add font and fix css for li
- Added Open Sans to template.html. - Changed li style to only apply if in nav.
This commit is contained in:
parent
e4b1f317a2
commit
5a4ff49958
2 changed files with 6 additions and 1 deletions
|
|
@ -8,8 +8,13 @@
|
|||
|
||||
%sapper.base%
|
||||
|
||||
<!-- Using bootstrap for nav/grid -->
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||
|
||||
<!-- Sapper creates a <script> tag containing `src/client.js`
|
||||
|
|
|
|||
Loading…
Reference in a new issue