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