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