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