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