16 lines
471 B
CSS
16 lines
471 B
CSS
/* fonts.css */
|
|
|
|
@font-face {
|
|
font-family: 'Moderustic';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: local('Moderustic'), local('moderustic'), url('/fonts/Moderustic/Moderustic-VariableFont_wght.ttf') format('truetype');
|
|
}
|
|
/*@font-face {
|
|
font-family: 'Lato';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: local('Lato'), local('lato'), url('/fonts/Lato/Lato-Regular.ttf') format('truetype');
|
|
}*/
|