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
25 lines
648 B
/* Override this file to customise the theme's CSS for your site */
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
|
|
|
@font-face {
|
|
font-family: 'Nahan';
|
|
font-display: swap;
|
|
font-weight: 400;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
src:
|
|
url('/fonts/nahan.ttf') format('truetype'),
|
|
url('/fonts/nahan.woff') format('woff'),
|
|
url('/fonts/nahan.woff2') format('woff2');
|
|
}
|
|
|
|
.script-nahan {
|
|
font-family: 'Nahan', sans-serif;
|
|
font-size: 125%;
|
|
}
|
|
|
|
.ipa {
|
|
font-family: "Gentium Plus", "Noto Serif", serif;
|
|
font-size: 105%;
|
|
}
|