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