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