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