How do I use chinese fonts in css?
I found a particular website but I'm not sure how to download it and use it: http://en.justfont.com/fontdetail/171
I'm looking at the free fonts.
How do I use chinese fonts in css?
I found a particular website but I'm not sure how to download it and use it: http://en.justfont.com/fontdetail/171
I'm looking at the free fonts.
You can download this font from URL give below and can apply the style sheet.
@font-face {
font-family: "xingothic-tc-w8";
font-weight: 800;
src: local(" "), url("http://cdn-go.justfont.com/file/jfont.woff?k=3e8dfe1ef3dae2a9c3bfc4a40f4c7295&n=xingothic-tc-w8&o=http%3A%2F%2Fen.justfont.com&p=1165") format("woff");
}
Thanks