bunteshaus.de/themes/buha/assets/scss/font.scss

9 lines
163 B
SCSS
Raw Normal View History

2022-06-08 00:38:13 +02:00
@font-face {
font-family: 'Nanum'; /*a name to be used later*/
src: url('/fonts/NanumGothic-Regular.ttf'); /*URL to font*/
}
* {
font-family: 'Nanum';
}