Remove local fonts, only use downloaded
This commit is contained in:
parent
693942b887
commit
7c748f03f6
3 changed files with 4 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'Fira Code';
|
||||
src: local("Fira Code"),
|
||||
url('fira-code-vf.woff2') format("woff2-variations");
|
||||
src: url('fira-code-vf.woff2') format("woff2-variations");
|
||||
font-weight: 300 700;
|
||||
font-display: swap;
|
||||
}
|
5
src/articles/static/vendor/fonts/golos.css
vendored
5
src/articles/static/vendor/fonts/golos.css
vendored
|
@ -1,9 +1,6 @@
|
|||
@font-face {
|
||||
font-family: 'Golos';
|
||||
src: local("Golos Text"),
|
||||
local("Golos Text VF"),
|
||||
local("Golos"),
|
||||
url('golos-text-vf.woff2') format("woff2-variations");
|
||||
src: url('golos-text-vf.woff2') format("woff2-variations");
|
||||
font-weight: 400 900;
|
||||
font-display: swap;
|
||||
}
|
|
@ -1,15 +1,13 @@
|
|||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
src: local("JetBrains Mono"),
|
||||
url('jetbrainsmono-variablefont-wght.woff2') format("woff2-variations");
|
||||
src: url('jetbrainsmono-variablefont-wght.woff2') format("woff2-variations");
|
||||
font-weight: 100 800;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
src: local("JetBrains Mono Italic"),
|
||||
url('jetbrainsmono-italic-variablefont-wght.woff2') format("woff2-variations");
|
||||
src: url('jetbrainsmono-italic-variablefont-wght.woff2') format("woff2-variations");
|
||||
font-weight: 100 800;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
|
|
Reference in a new issue