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