Skip to content

Instantly share code, notes, and snippets.

@mx-rk-quyenl
Forked from wkei/HiraginoSans.css
Created October 25, 2018 08:52
Show Gist options
  • Save mx-rk-quyenl/d644debce609d3723f4ece6f46a5de29 to your computer and use it in GitHub Desktop.
Save mx-rk-quyenl/d644debce609d3723f4ece6f46a5de29 to your computer and use it in GitHub Desktop.
japanese font
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W0);
font-weight: 100;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W1);
font-weight: 200;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W2);
font-weight: 300;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W3);
font-weight: 400;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W4);
font-weight: 500;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W5);
font-weight: 600;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W6);
font-weight: 700;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W7);
font-weight: 800;
}
@font-face {
font-family: "Hiragino Sans";
src: local(HiraginoSans-W8);
font-weight: 900;
}
@font-face {
font-family: "Hiragino Sans W9";
src: local(HiraginoSans-W9);
font-weight: 900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment