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