Окончательный вопрос со шрифтом (вроде)
All checks were successful
/ site (push) Successful in 2s

This commit is contained in:
Артём 2024-08-08 12:09:18 +03:00
parent 0d77311d17
commit f8ee449862
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-face {
font-display: swap; font-display: swap;
font-family: 'Fira Code'; font-family: 'IBM Plex Mono';
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,8 +8,8 @@
@font-face { @font-face {
font-display: swap; font-display: swap;
font-family: 'Fira Code'; font-family: 'IBM Plex Mono';
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");
} }

View file

@ -11,7 +11,7 @@ html {
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace; font-family: 'IBM Plex Mono';
font-size: 1rem; font-size: 1rem;
line-height: 1.54; line-height: 1.54;
letter-spacing: -0.02em; letter-spacing: -0.02em;