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