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