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