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