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