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