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