るじもじ

るじもじへ

るじもじをサイトで使いたいときは、テンプレートのスタイルシートに

@font-face {
font-family: "ancoo";
src: url("https://2ttf.com/webfont/5Ak2K8aU9AW/webfont.ttf") format("truetype");
}

/* sample using the font */
body{
font-family: "ancoo";
}

リンクに下線をいれない

a {
text-decoration: none;
}