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