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