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