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