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