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