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