forked from mirrors/akkoma-fe
8 lines
188 B
CSS
8 lines
188 B
CSS
|
@font-face {
|
||
|
font-family: 'Arimo';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Arimo'), local('Arimo'),
|
||
|
url('../fonts/ArimoNerdFont-Regular.ttf') format('truetype')
|
||
|
}
|