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