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