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