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