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