Mono font updated

This commit is contained in:
Pavel Laptev 2024-01-18 02:01:17 +01:00 committed by GitButler
parent a26a87f655
commit e567f29c21
8 changed files with 26 additions and 7 deletions

View File

@ -116,7 +116,7 @@
}
.repo-name {
font-family: Iosevka, monospace;
font-family: Spline Sans Mono, monospace;
border-radius: var(--radius-s);
background: var(--clr-theme-container-sub);
padding: var(--space-2) var(--space-4);

View File

@ -4,15 +4,34 @@
}
@font-face {
font-family: 'Iosevka';
src: url('/fonts/iosevka-400.woff2') format('woff2');
font-weight: 400;
font-family: 'Spline Sans Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/fonts/SplineSansMono-Regular.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
U+FFFD;
}
@font-face {
font-family: 'Iosevka';
src: url('/fonts/iosevka-700.woff2') format('woff2');
font-weight: 700;
font-family: 'Spline Sans Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/fonts/SplineSansMono-Medium.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
U+FFFD;
}
@font-face {
font-family: 'Spline Sans Mono';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('/fonts/SplineSansMono-Semibold.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
U+FFFD;
}

Binary file not shown.

Binary file not shown.