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