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