Теперь и в FF шрифт починен
All checks were successful
/ site (push) Successful in 2s

This commit is contained in:
Артём 2024-08-08 18:08:41 +03:00
parent 9fcfb542aa
commit 9111244193
Signed by: SadmL
GPG key ID: EEFBB39006B28920
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
@font-face {
font-display: swap;
font-family: 'IBM Plex Mono';
font-family: 'IBM Plex Mono', monospace;
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: 'IBM Plex Mono';
font-family: 'IBM Plex Mono', monospace;
font-style: normal;
font-weight: 800;
src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");

View file

@ -11,7 +11,7 @@ html {
body {
margin: 0;
padding: 0;
font-family: 'IBM Plex Mono';
font-family: 'IBM Plex Mono', monospace;
font-size: 1rem;
line-height: 1.54;
letter-spacing: -0.02em;
@ -128,7 +128,7 @@ figure {
}
code, kbd {
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace !important;
font-family: 'IBM Plex Mono', monospace !important;
font-feature-settings: normal;
background: transparentize($accent, .8);
color: $accent;