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