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