2
0
Fork 0
akkoma-fe-iceshrimp/static/font/fonts.css

84 lines
2.7 KiB
CSS
Raw Normal View History

2025-04-11 11:14:44 -05:00
/* Atkinson Hyperlegible Next */
@font-face {
font-family: "Atkinson Hyperlegible Next";
src: local("Atkinson Hyperlegible Next"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Regular.woff2")
2025-04-11 11:14:44 -05:00
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Regular.ttf")
2025-04-11 11:14:44 -05:00
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")
2025-04-11 11:14:44 -05:00
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-Bold.ttf")
2025-04-11 11:14:44 -05:00
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")
2025-04-11 11:14:44 -05:00
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-RegularItalic.ttf")
2025-04-11 11:14:44 -05:00
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")
2025-04-11 11:14:44 -05:00
format("woff"),
url("./atkinson-hyperlegible-next/AtkinsonHyperlegibleNext-BoldItalic.ttf")
2025-04-11 11:14:44 -05:00
format("truetype"),
local("Atkinson Hyperlegible Next");
font-weight: bold;
font-style: italic;
}
2020-05-08 14:38:46 +01:00
/* lato-regular - latin */
@font-face {
2025-04-11 11:14:44 -05:00
font-family: "Lato";
font-style: normal;
font-weight: 400;
src: url("./lato/lato-v15-latin-regular.eot"); /* IE9 Compat Modes */
2025-04-11 11:14:44 -05:00
src: local("Lato Regular"), local("Lato-Regular"),
url("./lato/lato-v15-latin-regular.eot?#iefix")
2025-04-11 11:14:44 -05:00
format("embedded-opentype"),
/* IE6-IE8 */ url("./lato/lato-v15-latin-regular.woff2")
2025-04-11 11:14:44 -05:00
format("woff2"),
/* Super Modern Browsers */ url("./lato/lato-v15-latin-regular.woff")
2025-04-11 11:14:44 -05:00
format("woff"),
/* Modern Browsers */ url("./lato/lato-v15-latin-regular.ttf")
2025-04-11 11:14:44 -05:00
format("truetype"),
/* Safari, Android, iOS */
url("./lato/lato-v15-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
2025-04-11 11:14:44 -05:00
}
/* 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");
2025-04-11 11:14:44 -05:00
}
@font-face {
font-family: "Tiresias Infofont";
2020-05-08 14:38:46 +01:00
font-style: normal;
font-weight: 400;
2025-04-11 11:14:44 -05:00
src: local("Tiresias Infofont"), local("Tiresias Infofont"),
url("./tiresias/Tiresias_Infofont.ttf") format("truetype");
2020-05-08 14:38:46 +01:00
}