the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
297 B

/* Override this file to customise the theme's CSS for your site */
@fontface {
font-family: 'Nahan';
src: url('https://www.annwan.me/fonts/nahan.ttf') format(truetype);
}
:root {
--font-script-nahan: 'Nahan', sans-serif;
}
.scr-nahan {
font-family: var(--font-script-nahan);
}