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