blog/css/webfonts.css
2022-03-01 22:46:17 +01:00

18 lines
424 B
CSS

@font-face {
font-family: 'Baloo';
font-style: normal;
font-weight: 400;
src: url(/fonts/baloo.ttf) format('truetype');
}
@font-face {
font-family: 'Source Serif Pro';
font-style: normal;
font-weight: 400;
src: url(/fonts/source-serif-pro.ttf) format('truetype');
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: url(/fonts/ubuntu-mono.ttf) format('truetype');
}