mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
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');
|
||
|
}
|