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