webservices-app/static/fonts.css

17 lines
462 B
CSS
Raw Normal View History

/* fonts.css */
@font-face {
font-family: 'Moderustic';
font-style: normal;
font-weight: 500;
font-display: swap;
2024-08-17 10:55:55 +12:00
src: local('Moderustic'), local('moderustic'), url('/fonts/Moderustic/Moderustic-Variable.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');
}*/