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