mirror of https://github.com/dirtbags/moth.git
19 lines
513 B
CSS
19 lines
513 B
CSS
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Lato Regular'), local('Lato-Regular'), url(Lato-Regular.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local('Lato Bold'), local('Lato-Bold'), url(Lato-Bold.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: local('Lato Italic'), local('Lato-Italic'), url(Lato-Italic.ttf) format('truetype');
|
||
|
}
|