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