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