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