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