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