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