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