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