Files
takerofnotes-website/styles/_fonts.scss
2026-05-18 15:13:23 -04:00

27 lines
583 B
SCSS

/*
Font Weights:
100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Normal
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/
/* OFFICE TIMES */
@font-face {
font-family: 'Office Times';
font-style: normal;
font-weight: 400;
src:
url('/fonts/OfficeTimesRound-Regular.woff2') format('woff2'),
url('/fonts/OfficeTimesRound-Regular.woff') format('woff');
}
:root {
--font-times: 'Office Times', monospace;
}