rename font files
This commit is contained in:
parent
d7706a5d21
commit
5146c2044a
5 changed files with 3 additions and 3 deletions
2
src/articles/static/vendor/fonts/golos.css
vendored
2
src/articles/static/vendor/fonts/golos.css
vendored
|
@ -3,7 +3,7 @@
|
||||||
src: local("Golos Text"),
|
src: local("Golos Text"),
|
||||||
local("Golos Text VF"),
|
local("Golos Text VF"),
|
||||||
local("Golos"),
|
local("Golos"),
|
||||||
url('/static/vendor/fonts/Golos-Text_VF.woff2') format("woff2-variations");
|
url('/static/vendor/fonts/golos-text-vf.woff2') format("woff2-variations");
|
||||||
font-weight: 400 900;
|
font-weight: 400 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'JetBrains Mono';
|
||||||
src: local("JetBrains Mono"),
|
src: local("JetBrains Mono"),
|
||||||
url('/static/vendor/fonts/JetBrainsMono-VariableFont_wght.woff2') format("woff2-variations");
|
url('/static/vendor/fonts/jetbrainsmono-variablefont-wght.woff2') format("woff2-variations");
|
||||||
font-weight: 100 800;
|
font-weight: 100 800;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'JetBrains Mono';
|
||||||
src: local("JetBrains Mono Italic"),
|
src: local("JetBrains Mono Italic"),
|
||||||
url('/static/vendor/fonts/JetBrainsMono-Italic-VariableFont_wght.woff2') format("woff2-variations");
|
url('/static/vendor/fonts/jetbrainsmono-italic-variablefont-wght.woff2') format("woff2-variations");
|
||||||
font-weight: 100 800;
|
font-weight: 100 800;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|
Reference in a new issue