1
0
Fork 0
blog/public/css/fonts.css

52 lines
1.2 KiB
CSS
Raw Normal View History

2025-01-02 02:35:57 +00:00
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "WO3";
src:
url("/fonts/WO3.woff2") format("woff2"),
url("/fonts/WO3.ttf") format("ttf");
font-weight: normal;
font-style: normal;
2025-01-02 02:35:57 +00:00
}
2025-04-12 19:26:29 +00:00
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "wip3out";
src:
url("/fonts/wip3out.woff2") format("woff2"),
url("/fonts/wip3out.ttf") format("ttf");
font-weight: normal;
font-style: normal;
font-stretch: semi-expanded;
2025-04-12 19:26:29 +00:00
}
2025-01-02 02:35:57 +00:00
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "SometypeMono";
src:
url("/fonts/SometypeMono-Regular.woff2") format("woff2"),
url("/fonts/SometypeMono-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
2025-01-02 02:35:57 +00:00
}
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "SometypeMono";
src:
url("/fonts/SometypeMono-Bold.woff2") format("woff2"),
url("/fonts/SometypeMono-Bold.ttf") format("ttf");
font-weight: bold;
font-style: normal;
2025-01-02 02:35:57 +00:00
}
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "SometypeMono";
src:
url("/fonts/SometypeMono-Medium.woff2") format("woff2"),
url("/fonts/SometypeMono-Medium.ttf") format("ttf");
font-weight: 500;
font-style: normal;
2025-01-02 02:35:57 +00:00
}
@font-face {
2025-05-03 03:37:23 +00:00
font-family: "Orbitron";
src: url("/fonts/Orbitron-VariableFont_wght.woff2") format("woff2");
font-weight: 600;
font-style: normal;
}