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