56 lines
1.4 KiB
CSS
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;
|
|
}
|