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