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