Skip to content

Instantly share code, notes, and snippets.

View itaketayutaki's full-sized avatar

itaketayutaki

View GitHub Profile
/* 先にNoto Sans Japaneseを全てのユーザーに対してインストールしておく */
@font-face {
font-family: 'メイリオ';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Meiryo';
src: local('Noto Sans JP');
}