mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
32 lines
845 B
CSS
32 lines
845 B
CSS
|
@font-face {
|
||
|
font-family: Hack;
|
||
|
src: url(/content/fonts/hack-regular.woff2) format("woff2"),
|
||
|
url(/content/fonts/hack-regular.woff) format("woff");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Hack;
|
||
|
src: url(/content/fonts/hack-bold.woff2) format("woff2"),
|
||
|
url(/content/fonts/hack-bold.woff) format("woff");
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Hack;
|
||
|
src: url(/content/fonts/hack-italic.woff2) format("woff2"),
|
||
|
url(/content/fonts/hack-italic.woff) format("woff");
|
||
|
font-weight: 400;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Hack;
|
||
|
src: url(/content/fonts/hack-bolditalic.woff2) format("woff2"),
|
||
|
url(/content/fonts/hack-bolditalic.woff) format("woff");
|
||
|
font-weight: 700;
|
||
|
font-style: italic;
|
||
|
}
|