cal.pub0.org/apps/web/styles/fonts.css

14 lines
278 B
CSS
Raw Normal View History

2021-11-04 13:56:02 +00:00
@font-face {
2022-07-27 02:24:00 +00:00
font-family: "Cal Sans";
src: url("/fonts/cal.ttf");
2021-11-04 13:56:02 +00:00
}
@font-face {
2022-07-27 02:24:00 +00:00
font-family: "Inter var";
font-weight: 100 900;
2021-11-04 13:56:02 +00:00
font-display: swap;
font-style: normal;
2022-07-27 02:24:00 +00:00
font-named-instance: "Regular";
src: url("/fonts/Inter-roman.var.woff2") format("woff2");
2021-11-04 13:56:02 +00:00
}