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