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