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