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