akkoma-fe-chuckya/static/font/fonts.css
2025-09-25 09:41:33 -05:00

84 lines
2.7 KiB
CSS

/* Atkinson Hyperlegible Next */
@font-face {
font-family: "Atkinson Hyperlegible Next";
src: local("Atkinson Hyperlegible Next"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Regular.woff2")
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Regular.ttf")
format("truetype"),
local("Atkinson Hyperlegible Next");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Atkinson Hyperlegible Next";
src: local("Atkinson Hyperlegible Next"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Bold.woff2")
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Bold.ttf")
format("truetype"),
local("Atkinson Hyperlegible Next");
font-weight: bold;
font-style: bold;
}
@font-face {
font-family: "Atkinson Hyperlegible Next";
src: local("Atkinson Hyperlegible Next"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-RegularItalic.woff2")
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-RegularItalic.ttf")
format("truetype"),
local("Atkinson Hyperlegible Next");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Atkinson Hyperlegible Next";
src: local("Atkinson Hyperlegible Next"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-BoldItalic.woff2")
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-BoldItalic.ttf")
format("truetype"),
local("Atkinson Hyperlegible Next");
font-weight: bold;
font-style: italic;
}
/* lato-regular - latin */
@font-face {
font-family: "Lato";
font-style: normal;
font-weight: 400;
src: url("./lato/lato-v15-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Lato Regular"), local("Lato-Regular"),
url("./lato/lato-v15-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("./lato/lato-v15-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */ url("./lato/lato-v15-latin-regular.woff")
format("woff"),
/* Modern Browsers */ url("./lato/lato-v15-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("./lato/lato-v15-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* copy pasted from tiresias.css */
@font-face {
font-family: "Tiresias PCFont";
font-style: normal;
font-weight: 400;
src: local("Tiresias PCFont"), local("Tiresias PCFont"),
url("./tiresias/Tiresias_PCfont.ttf") format("truetype");
}
@font-face {
font-family: "Tiresias Infofont";
font-style: normal;
font-weight: 400;
src: local("Tiresias Infofont"), local("Tiresias Infofont"),
url("./tiresias/Tiresias_Infofont.ttf") format("truetype");
}