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