Use on the webTotal Use [ 3705 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/ae325d40684f7289655807eaba147bae?family=XingXungXang+W00+Xung" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/ae325d40684f7289655807eaba147bae?family=XingXungXang+W00+Xung);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "XingXungXang W00 Xung";
src: url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.eot");
src: url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ae325d40684f7289655807eaba147bae.svg#XingXungXang W00 Xung")format("svg");
}
2CSS rules to specify fonts
font-family: "XingXungXang W00 Xung";