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