Baccho Log

No Image

Sponsored Link

[CSS]游ゴシックを使用する際のテンプレ

  • 投稿日:
Tags:
CSS
Categories:
プログラミング

取り敢えずコードだけコピペ

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
.yu-gothic {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
« [JavaScript]下からのスクロール量を取ってくる[MySQL]期間限定の抽出 »

Sponsored Link

コメントする

記事の感想や修正依頼等ありましたら、コメントをお願いいたします