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