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