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