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