This commit is contained in:
parent
9fcfb542aa
commit
9111244193
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-family: 'IBM Plex Mono';
|
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");
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-family: 'IBM Plex Mono';
|
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");
|
||||||
|
|
|
@ -11,7 +11,7 @@ html {
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: 'IBM Plex Mono';
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.54;
|
line-height: 1.54;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
|
@ -128,7 +128,7 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
code, kbd {
|
code, kbd {
|
||||||
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace !important;
|
font-family: 'IBM Plex Mono', monospace !important;
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
background: transparentize($accent, .8);
|
background: transparentize($accent, .8);
|
||||||
color: $accent;
|
color: $accent;
|
||||||
|
|
Loading…
Reference in a new issue