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