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