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