This commit is contained in:
parent
0d77311d17
commit
f8ee449862
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Fira Code';
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Fira Code';
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");
|
||||
|
|
|
@ -11,7 +11,7 @@ html {
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-size: 1rem;
|
||||
line-height: 1.54;
|
||||
letter-spacing: -0.02em;
|
||||
|
|
Loading…
Reference in a new issue