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