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