Skip to content

Instantly share code, notes, and snippets.

@sorah
Last active September 1, 2022 05:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorah/630baa3fd4904474c2ea85dc61804944 to your computer and use it in GitHub Desktop.
Save sorah/630baa3fd4904474c2ea85dc61804944 to your computer and use it in GitHub Desktop.
stylus windows japanese font
@font-face {
font-family: "メイリオ";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "Meiryo";
src: local("NotoSansCJKjp-Regular"), local("SourceHanSans-Regular");
}
@font-face {
font-family: "游ゴシック";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "MS Pゴシック";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "MS PGothic";
src: local("NotoSansCJKjp-Regular"), local("Noto Sans CJK JP"), local("BIZ-UDPGothic"), local("YuGothic-Medium");
}
@font-face {
font-family: "MS ゴシック";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "MS Gothic";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "MS UI Gothic";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "Open Sans";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "MS Pゴシック";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "Hiragino Kaku Gothic Pro";
src: local("NotoSansCJKjp-Regular");
}
@font-face {
font-family: "Segoe UI";
font-weight: 400;
font-style: normal;
src: local("NotoSansCJKjp-Regular"), local("Noto Sans CJK JP"), local("SourceHanSans-Regular");
unicode-range: U+30??, U+3400-4DB5, U+4E00-9FCB, U+F900-FA6A, U+2E80-2FD5, U+FF5F-FF9F, U+31F0-31FF, U+3220-3243, U+3280-337F, U+FF01-FF5E;
}
@font-face {
font-family: "Segoe UI";
font-weight: 200;
font-style: normal;
src: local("SegoeUI-Light"), local("SourceHanSans-Light");
}
@font-face {
font-family: "Segoe UI";
font-weight: 300;
font-style: normal;
src: local("SegoeUI-Semilight"), local("SourceHanSans-Semilight");
}
@font-face {
font-family: "Segoe UI";
font-weight: 400;
font-style: normal;
src: local("SegoeUI"), local("SourceHanSans-Regular");
}
@font-face {
font-family: "Segoe UI";
font-weight: 600;
font-style: normal;
src: local("SegoeUI-Semibold"), local("SourceHanSans-SemiBold");
}
@font-face {
font-family: "Segoe UI";
font-weight: 700;
font-style: normal;
src: local("SegoeUI-Bold"), local("SourceHanSans-Bold");
}
@font-face {
font-family: "Segoe UI";
font-weight: 200;
font-style: italic;
src: local("SegoeUI-LightItalic"), local("SourceHanSans-Light");
}
@font-face {
font-family: "Segoe UI";
font-weight: 300;
font-style: italic;
src: local("SegoeUI-SemilightItalic"), local("SourceHanSans-Semilight");
}
@font-face {
font-family: "Segoe UI";
font-weight: 400;
font-style: italic;
src: local("SegoeUI-Italic"), local("SourceHanSans-Regular");
}
@font-face {
font-family: "Segoe UI";
font-weight: 600;
font-style: italic;
src: local("SegoeUI-SemiboldItalic"), local("SourceHanSans-SemiBold");
}
@font-face {
font-family: "Segoe UI";
font-weight: 700;
font-style: italic;
src: local("SegoeUI-BoldItalic"), local("SourceHanSans-Bold");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment