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