mirror of https://github.com/dirtbags/moth.git
7 lines
179 B
CSS
7 lines
179 B
CSS
|
@font-face {
|
||
|
font-family: 'Dosis';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Dosis Regular'), local('Dosis-Regular'), url(Dosis-Regular.ttf) format('truetype');
|
||
|
}
|