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