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