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