mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
9f64773303
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
47 lines
1.2 KiB
CSS
47 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: Hack;
|
|
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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Hack;
|
|
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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Hack;
|
|
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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Hack;
|
|
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;
|
|
}
|