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