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