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