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