Files
everyone-can-use-english/1000-hours/.vitepress/theme/font.scss
2024-03-30 21:30:17 +09:00

14 lines
323 B
SCSS

@font-face {
font-family: 'Sauce Code Pro';
src: url('/fonts/SauceCodeProNerdFontMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CharisSIL';
src: url('/fonts/CharisSIL-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}