mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri Oct 6 17:04:57 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
266d4c4df4
commit
ee0b0aee21
2 changed files with 19 additions and 11 deletions
|
@ -1,31 +1,39 @@
|
|||
@font-face {
|
||||
font-family: Hack;
|
||||
src: url(/content/fonts/hack-regular.woff2) format("woff2"),
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
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"),
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
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-display: swap;
|
||||
src:
|
||||
url(/content/fonts/hack-italic.woff2) format("woff2"),
|
||||
url(/content/fonts/hack-italic.woff) format("woff");
|
||||
}
|
||||
|
||||
@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;
|
||||
font-display: swap;
|
||||
src:
|
||||
url(/content/fonts/hack-bolditalic.woff2) format("woff2"),
|
||||
url(/content/fonts/hack-bolditalic.woff) format("woff");
|
||||
}
|
||||
|
|
|
@ -209,7 +209,7 @@ POST_TEMPLATE: typing.Final[str] = (
|
|||
|
||||
<nav id="info-bar" role="menubar">
|
||||
<a role="menuitem"
|
||||
aria-label="jump to the main content"
|
||||
aria-label="skip"
|
||||
href="#main">skip</a>
|
||||
<span role="seperator" aria-hidden="true">|</span>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue