Skip to content

Instantly share code, notes, and snippets.

@tado
Last active October 16, 2022 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tado/8da1a5db1d46e0671ca2f06f47447480 to your computer and use it in GitHub Desktop.
Save tado/8da1a5db1d46e0671ca2f06f47447480 to your computer and use it in GitHub Desktop.
Stylus CSS
* {
font-family: 'FluentSystemIcons', 'Noto Sans JP' !important;
}
@font-face {
font-family: 'Meiryo';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'メイリオ';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Meiryo UI';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'メイリオUI';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Yu Gothic UI';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Yu Gothic';
src: local('Noto Sans JP');
}
@font-face {
font-family: '游ゴシック';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Arial';
src: local('Noto Sans JP');
}
@font-face {
font-family: 'Roboto';
src: local('Noto Sans JP');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment