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