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