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
@ -8,8 +8,13 @@
|
|||||||
|
|
||||||
%sapper.base%
|
%sapper.base%
|
||||||
|
|
||||||
|
<!-- Using bootstrap for nav/grid -->
|
||||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/css/global.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">
|
<link rel="icon" type="image/png" href="/img/favicon.ico">
|
||||||
|
|
||||||
<!-- Sapper creates a <script> tag containing `src/client.js`
|
<!-- Sapper creates a <script> tag containing `src/client.js`
|
||||||
|
@ -59,7 +59,7 @@ nav li {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a {
|
nav li a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user