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