18 lines
424 B
CSS
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');
|
|
}
|