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