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