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