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