8 lines
153 B
CSS
8 lines
153 B
CSS
@font-face{
|
|
font-family: TnT;
|
|
src: url("TnT.ttf") format("truetype");
|
|
}
|
|
@font-face{
|
|
font-family: Kozuka;
|
|
src: url("Kozuka.otf") format("truetype");
|
|
} |