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