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