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