5 lines
106 B
CSS
5 lines
106 B
CSS
|
|
@font-face {
|
||
|
|
font-family: "Noto Sans CJK";
|
||
|
|
src: url("/fonts/noto-sans-cjk.otf") format("opentype");
|
||
|
|
}
|