mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
36 lines
789 B
CSS
36 lines
789 B
CSS
@font-face {
|
|
font-family: "Commit Mono";
|
|
src: url("https://fonts.ob248.com/fonts/CommitMono-400-Regular.otf")
|
|
format("opentype");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Commit Mono";
|
|
src: url("https://fonts.ob248.com/fonts/CommitMono-700-Regular.otf")
|
|
format("opentype");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Commit Mono";
|
|
src: url("https://fonts.ob248.com/fonts/CommitMono-400-Italic.otf")
|
|
format("opentype");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Commit Mono";
|
|
src: url("https://fonts.ob248.com/fonts/CommitMono-700-Italic.otf")
|
|
format("opentype");
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|