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