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