7 lines
200 B
SCSS
7 lines
200 B
SCSS
@font-face {
|
|
font-family: 'FantasqueNF';
|
|
src: url('/home/fonts/FantasqueSans.woff2') format('woff2'), url('/fonts/FantasqueSans.ttf') format('ttf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|