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