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