mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 06:52:08 +03:00
Mono font updated
This commit is contained in:
parent
a26a87f655
commit
e567f29c21
@ -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);
|
||||
|
@ -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;
|
||||
}
|
||||
|
BIN
gitbutler-ui/static/fonts/SplineSansMono-Medium.woff2
Normal file
BIN
gitbutler-ui/static/fonts/SplineSansMono-Medium.woff2
Normal file
Binary file not shown.
BIN
gitbutler-ui/static/fonts/SplineSansMono-Regular.woff2
Normal file
BIN
gitbutler-ui/static/fonts/SplineSansMono-Regular.woff2
Normal file
Binary file not shown.
BIN
gitbutler-ui/static/fonts/SplineSansMono-Semibold.woff2
Normal file
BIN
gitbutler-ui/static/fonts/SplineSansMono-Semibold.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user