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.

25 lines
648 B

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. /* Override this file to customise the theme's CSS for your site */
  2. @import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  3. @font-face {
  4. font-family: 'Nahan';
  5. font-display: swap;
  6. font-weight: 400;
  7. font-stretch: normal;
  8. font-style: normal;
  9. src:
  10. url('/fonts/nahan.ttf') format('truetype'),
  11. url('/fonts/nahan.woff') format('woff'),
  12. url('/fonts/nahan.woff2') format('woff2');
  13. }
  14. .script-nahan {
  15. font-family: 'Nahan', sans-serif;
  16. font-size: 125%;
  17. }
  18. .ipa {
  19. font-family: "Gentium Plus", "Noto Serif", serif;
  20. font-size: 105%;
  21. }