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