update @ Fri Oct 6 17:27:37 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-06 17:27:37 +03:00
parent c98c432d88
commit 9f64773303
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -3,6 +3,8 @@
font-weight: 400;
font-style: normal;
src:
local("Hack Nerd Font Regular"),
local("Hack Regular"),
url(/content/fonts/hack-regular.woff2) format("woff2"),
url(/content/fonts/hack-regular.woff) format("woff");
font-display: swap;
@ -13,6 +15,8 @@
font-weight: 700;
font-style: normal;
src:
local("Hack Nerd Font Bold"),
local("Hack Bold"),
url(/content/fonts/hack-bold.woff2) format("woff2"),
url(/content/fonts/hack-bold.woff) format("woff");
font-display: swap;
@ -23,6 +27,8 @@
font-weight: 400;
font-style: italic;
src:
local("Hack Nerd Font Italic"),
local("Hack Italic"),
url(/content/fonts/hack-italic.woff2) format("woff2"),
url(/content/fonts/hack-italic.woff) format("woff");
font-display: swap;
@ -33,6 +39,8 @@
font-weight: 700;
font-style: italic;
src:
local("Hack Nerd Font Bold Italic"),
local("Hack Bold Italic"),
url(/content/fonts/hack-bolditalic.woff2) format("woff2"),
url(/content/fonts/hack-bolditalic.woff) format("woff");
font-display: swap;