9 lines
153 B
CSS
9 lines
153 B
CSS
|
|
@font-face {
|
|
font-family: "ngs";
|
|
src: url("./4.woff") format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "ngs2";
|
|
src: url("./3.woff") format("woff");
|
|
} |