12 lines
148 B
CSS
12 lines
148 B
CSS
@font-face {
|
|
font-family: "Athiti";
|
|
src: url("/fonts/athiti.ttf");
|
|
}
|
|
html,
|
|
:host {
|
|
font-family: "Athiti";
|
|
}
|
|
.content {
|
|
font-family: "Athiti";
|
|
}
|