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