Files
timmypidashev.dev/src/web/.web/public/fonts/fonts.css
T
2024-03-11 22:19:02 -07:00

12 lines
228 B
CSS

@font-face {
font-family: ComicCode;
src: url("ComicCode-Regular.otf") format("opentype");
}
@font-face {
font-family: ComicCodeBold;
font-weight: bold;
src: url("ComicCode-Bold.otf") format("opentype");
}