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