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