bunteshaus.de/themes/buha/assets/scss/font.scss
2022-06-08 00:38:13 +02:00

9 lines
163 B
SCSS

@font-face {
font-family: 'Nanum'; /*a name to be used later*/
src: url('/fonts/NanumGothic-Regular.ttf'); /*URL to font*/
}
* {
font-family: 'Nanum';
}