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