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