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