Homepage/assets/css/custom.css.bak
2025-01-26 17:39:48 -07:00

13 lines
No EOL
203 B
CSS

@font-face {
font-family: LeagueMono;
src: url('/fonts/LeagueMono-VF.ttf');
}
@font-face {
font-family: IBMPlexMono;
src: url('/fonts/IBMPlexMono-Regular.ttf');
}
html {
font-family: LeagueMono;
}