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