mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:06:37 -04:00
fix new header on /previously
This commit is contained in:
@ -17,8 +17,8 @@ css: |
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('https://jarv.is/vendor/fonts/comic-neue-bold-subset.woff2') format('woff2'),
|
||||
url('https://jarv.is/vendor/fonts/comic-neue-bold-subset.woff') format('woff');
|
||||
src: url("{{ absURL "/vendor/fonts/comic-neue-bold-subset.woff2" | safeCSS }}") format("woff2"),
|
||||
url("{{ absURL "/vendor/fonts/comic-neue-bold-subset.woff" | safeCSS }}") format("woff");
|
||||
unicode-range: U+0000-00FF,U+2000-206F,U+20A0-20CF,U+2190-21FF,U+2200-22FF,U+2122;
|
||||
}
|
||||
body {
|
||||
@ -47,7 +47,6 @@ css: |
|
||||
}
|
||||
header nav a#logo span#name {
|
||||
font-size: 1.5em;
|
||||
margin: 0.93em 0 0.93em 0.7em;
|
||||
}
|
||||
header nav ul li a span.text {
|
||||
font-size: 1.05em;
|
||||
|
Reference in New Issue
Block a user