25 lines
No EOL
501 B
CSS
25 lines
No EOL
501 B
CSS
@font-face {
|
|
font-family: "mono";
|
|
src: url(MapleMonoNormal-Regular.ttf.woff2);
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "mono";
|
|
src: url(MapleMonoNormal-Bold.ttf.woff2);
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "mono";
|
|
src: url(MapleMonoNormal-Italic.ttf.woff2);
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "mono";
|
|
src: url(MapleMonoNormal-BoldItalic.ttf.woff2);
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
} |