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