mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:16:20 -04:00
10 lines
440 B
SCSS
10 lines
440 B
SCSS
@charset "UTF-8";
|
|
|
|
/*! Inter Typeface | SIL Open Font License 1.1 | https://rsms.me/inter/ */
|
|
@include font-face("Inter", "./fonts/inter-regular-subset", 400, true);
|
|
@include font-face("Inter", "./fonts/inter-medium-subset", 500, true);
|
|
@include font-face("Inter", "./fonts/inter-bold-subset", 700, true);
|
|
|
|
/*! Hack Typeface | MIT License | https://sourcefoundry.org/hack/ */
|
|
@include font-face("Hack", "./fonts/hack-regular-subset", 400);
|