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