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