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