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