mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:26:38 -04:00
update /stats and /privacy, bump Inter font to v3.14, long cache on /vendor
This commit is contained in:
@ -6,7 +6,7 @@ body {
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
|
||||
font-family: $webfont-sans;
|
||||
font-family: $font-stack-static;
|
||||
font-kerning: normal;
|
||||
font-variant-ligatures: normal;
|
||||
font-feature-settings: "kern", "liga", "calt", "clig", "ss01";
|
||||
@ -18,7 +18,7 @@ body {
|
||||
// stylelint-disable-next-line plugin/no-unsupported-browser-features
|
||||
@supports (font-variation-settings: normal) {
|
||||
body {
|
||||
font-family: $webfont-sans-variable;
|
||||
font-family: $font-stack-var;
|
||||
font-optical-sizing: auto;
|
||||
}
|
||||
}
|
||||
@ -92,6 +92,14 @@ strong {
|
||||
letter-spacing: 0.008em; // not sure why the discrepancy between weights
|
||||
}
|
||||
|
||||
code,
|
||||
pre,
|
||||
.monospace {
|
||||
font-family: $font-stack-mono;
|
||||
font-size: 0.95em;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 0;
|
||||
padding-left: 1.5em;
|
||||
|
@ -1,12 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
code,
|
||||
pre {
|
||||
font-family: $webfont-mono;
|
||||
font-size: 0.95em;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
// all code
|
||||
code {
|
||||
letter-spacing: 0;
|
||||
|
@ -6,11 +6,11 @@
|
||||
$unicode-subset: U+0000-00FF, U+2000-206F, U+20A0-20CF, U+2190-21FF, U+2200-22FF, U+2122;
|
||||
|
||||
/*!
|
||||
* Inter typeface v3.13 - https://rsms.me/inter/
|
||||
* Inter typeface v3.14 - https://rsms.me/inter/
|
||||
*
|
||||
* Copyright (c) 2016-2020 The Inter Project Authors.
|
||||
* Licensed under the SIL Open Font License, Version 1.1:
|
||||
* https://github.com/rsms/inter/blob/v3.13/LICENSE.txt
|
||||
* https://github.com/rsms/inter/blob/v3.14/LICENSE.txt
|
||||
*/
|
||||
|
||||
// Variable
|
||||
|
Reference in New Issue
Block a user