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