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