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