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