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