35 lines
843 B
CSS
35 lines
843 B
CSS
@font-face {
|
|
font-family: Nahan;
|
|
src: url("/static/fonts/nahan_regular.ttf") format("truetype")
|
|
}
|
|
@font-face {
|
|
font-family: Junicode;
|
|
src: url("/static/fonts/junicode_regular.ttf") format("truetype")
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: Andika;
|
|
src: url("/static/fonts/andika_bold.ttf") format("truetype")
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: Andika;
|
|
src: url("/static/fonts/andika_bolditalic.ttf") format("truetype")
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: Andika;
|
|
src: url("/static/fonts/andika_italic.ttf") format("truetype")
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: Andika;
|
|
src: url("/static/fonts/andika_regular.ttf") format("truetype")
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|