mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:25:31 -04:00
Inter font on AMP pages (and other small tweaks)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/*! Inter UI | SIL Open Font License 1.1 | https://rsms.me/inter/ */
|
||||
@include font-face("Inter", "./fonts/inter-regular", normal, 400);
|
||||
@include font-face("Inter", "./fonts/inter-medium", normal, 500);
|
||||
@include font-face("Inter", "./fonts/inter-bold", normal, 700);
|
||||
@include font-face("Inter", "./fonts/inter-regular", 400);
|
||||
@include font-face("Inter", "./fonts/inter-medium", 500);
|
||||
@include font-face("Inter", "./fonts/inter-bold", 700);
|
||||
|
Reference in New Issue
Block a user