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