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