taskcafe/frontend/src/App/fonts.css
2021-04-30 16:35:43 -05:00

7 lines
234 B
CSS

@font-face {
font-family: 'Open Sans';
src: url(../shared/fonts/OpenSans-Regular.ttf) format('truetype');
/* other formats include: 'woff2', 'truetype, 'opentype',
'embedded-opentype', and 'svg' */
}