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