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