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