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