forked from Bunteshaus/bunteshaus.de
9 lines
163 B
SCSS
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';
|
|
}
|