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