mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-14 11:10:30 +08:00
🎨 Add new fonts.
This commit is contained in:
parent
e66d3eea49
commit
03b15c9fe3
12
src/app.css
12
src/app.css
@ -48,9 +48,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'General-Sans';
|
font-family: 'InterVariable';
|
||||||
src: url('/fonts/GeneralSans-Variable.woff2') format('woff2');
|
src: url('/fonts/InterVariable.woff2') format('woff2');
|
||||||
font-weight: 400 700;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'GeistMono';
|
||||||
|
src: url('/fonts/GeistMonoVariableVF.woff2') format('woff2');
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user