parent
23892b9f9b
commit
6c7e25e622
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
|
src: url("/fonts/IBMPlexMono-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -11,5 +11,5 @@
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");
|
src: url("/fonts/IBMPlexMono-Bold.woff2") format("woff2");
|
||||||
}
|
}
|
Loading…
Reference in a new issue