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