7 lines
234 B
CSS
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' */
|
|
}
|