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