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