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