5 lines
104 B
CSS
5 lines
104 B
CSS
|
@font-face {
|
||
|
font-family: "Amatic SC";
|
||
|
src: url("amantic-sc-regular.ttf") format("truetype");
|
||
|
}
|