madblog/madblog/static/fonts/fira-sans.css

15 lines
318 B
CSS
Raw Permalink Normal View History

2022-01-11 20:16:27 +01:00
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(./fira-sans-200.ttf) format('truetype');
}
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(./fira-sans-300.ttf) format('truetype');
}