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

10 months ago
10 months ago
  1. /* Override this file to customise the theme's CSS for your site */
  2. @fontface {
  3. font-family: 'Nahan';
  4. src: url('https://www.annwan.me/fonts/nahan.ttf') format(truetype);
  5. }
  6. :root {
  7. --font-script-nahan: 'Nahan', sans-serif;
  8. }
  9. .scr-nahan {
  10. font-family: var(--font-script-nahan);
  11. }