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