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