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