mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 03:23:41 +02:00
Removed font-display
This commit is contained in:
parent
5f9be25aca
commit
d5ea7961fe
1 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,6 @@
|
||||||
src: local("Roboto Mono Regular"), local("RobotoMono-Regular"),
|
src: local("Roboto Mono Regular"), local("RobotoMono-Regular"),
|
||||||
url("../fonts/RobotoMono-Regular.woff2") format("woff2"),
|
url("../fonts/RobotoMono-Regular.woff2") format("woff2"),
|
||||||
url("../fonts/RobotoMono-Regular.woff") format("woff");
|
url("../fonts/RobotoMono-Regular.woff") format("woff");
|
||||||
font-display: optional;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
src: local("Roboto Mono Bold"), local("RobotoMono-Bold"),
|
src: local("Roboto Mono Bold"), local("RobotoMono-Bold"),
|
||||||
url("../fonts/RobotoMono-Bold.woff2") format("woff2"),
|
url("../fonts/RobotoMono-Bold.woff2") format("woff2"),
|
||||||
url("../fonts/RobotoMono-Bold.woff") format("woff");
|
url("../fonts/RobotoMono-Bold.woff") format("woff");
|
||||||
font-display: optional;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -- Cornerstones -- */
|
/* -- Cornerstones -- */
|
||||||
|
@ -98,4 +96,4 @@ main {
|
||||||
--swatch-background: rgb(var(--palette-background));
|
--swatch-background: rgb(var(--palette-background));
|
||||||
--swatch-contrast: rgb(var(--palette-contrast));
|
--swatch-contrast: rgb(var(--palette-contrast));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue