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