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