Use on the webTotal Use [ 4505 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/dff9466f6263b345564f69b445def903?family=Xieywrit" 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/dff9466f6263b345564f69b445def903?family=Xieywrit);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Xieywrit";
src: url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.eot");
src: url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/dff9466f6263b345564f69b445def903.svg#Xieywrit")format("svg");
}
2CSS rules to specify fonts
font-family: "Xieywrit";