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