9 lines
156 B
CSS
9 lines
156 B
CSS
@font-face {
|
|
font-family: Klingon;
|
|
src: url('/fonts/klingon.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: Twengar;
|
|
src: url('/fonts/twengar.ttf');
|
|
}
|