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