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