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