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