wiki/assets/style/fonts.css
2026-01-18 16:46:44 +01:00

56 lines
1.4 KiB
CSS

/* Andika with the nahan script */
@font-face {
font-family: AndikaAmbNaran;
src: url("../fonts/AndikaAmbNaran.ttf") format("truetype");
}
/* Andika for the rest */
@font-face {
font-family: Andika;
src: url("../fonts/Andika-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-MediumItalic.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-SemiBold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: Andika;
src: url("../fonts/Andika-SemiBoldItalic.ttf") format("truetype");
font-weight: 600;
font-style: italic;
}