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