7 lines
162 B
SCSS
7 lines
162 B
SCSS
@font-face {
|
|
font-family: 'FantasqueNF';
|
|
src: url('/fonts/FantasqueSansMonoRegularNF.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|