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