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