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