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