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