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