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