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