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