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