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