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