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