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