@@ -4,36 +4,61 @@ Theme URI: https://github.com/kinoute/typora-github-night-theme
44Authors: Yann Defretin, Github Team
55Author URI: https://github.com/kinoute
66Description: A Typora theme that uses Github Dark Color Scheme.
7- Version: 0.2.3
7+ Version: 0.2.4
88Tags: dark, github, typora
99*/
1010
11+ /* nunito-sans-regular - latin-ext_latin */
1112@font-face {
12- font-family : Nunito;
13+ font-family : ' Nunito' ;
1314 font-style : normal;
1415 font-weight : 400 ;
15- src : local ("Nunito Sans Regular" ), url(./ github-night/NunitoSans-Regular.woff) for mat("woff" );
16- }
17-
16+ src : url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.eot' ); /* IE9 Compat Modes */
17+ src : local ('' ),
18+ url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
19+ url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.woff2' ) format ('woff2' ), /* Super Modern Browsers */
20+ url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.woff' ) format ('woff' ), /* Modern Browsers */
21+ url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
22+ url ('./github-night/nunito-sans-v6-latin-ext_latin-regular.svg#NunitoSans' ) format ('svg' ); /* Legacy iOS */
23+ }
24+ /* nunito-sans-italic - latin-ext_latin */
1825@font-face {
19- font-family : Nunito;
26+ font-family : ' Nunito' ;
2027 font-style : italic;
2128 font-weight : 400 ;
22- src : local ("Nunito Sans It" ), url(./ github-night/NunitoSans-Italic.woff) for mat("woff" );
23- }
24-
29+ src : url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.eot' ); /* IE9 Compat Modes */
30+ src : local ('' ),
31+ url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
32+ url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.woff2' ) format ('woff2' ), /* Super Modern Browsers */
33+ url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.woff' ) format ('woff' ), /* Modern Browsers */
34+ url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
35+ url ('./github-night/nunito-sans-v6-latin-ext_latin-italic.svg#NunitoSans' ) format ('svg' ); /* Legacy iOS */
36+ }
37+ /* nunito-sans-700 - latin-ext_latin */
2538@font-face {
26- font-family : Nunito;
39+ font-family : ' Nunito' ;
2740 font-style : normal;
2841 font-weight : 700 ;
29- src : local ("Nunito Sans Bold" ), url(./ github-night/NunitoSans-ExtraBold.woff) for mat("woff" );
30- }
31-
42+ src : url ('./github-night/nunito-sans-v6-latin-ext_latin-700.eot' ); /* IE9 Compat Modes */
43+ src : local ('' ),
44+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
45+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700.woff2' ) format ('woff2' ), /* Super Modern Browsers */
46+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700.woff' ) format ('woff' ), /* Modern Browsers */
47+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
48+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700.svg#NunitoSans' ) format ('svg' ); /* Legacy iOS */
49+ }
50+ /* nunito-sans-700italic - latin-ext_latin */
3251@font-face {
33- font-family : Nunito;
52+ font-family : ' Nunito' ;
3453 font-style : italic;
3554 font-weight : 700 ;
36- src : local ("Nunito Sans Bold Italic" ), url(./ github-night/NunitoSans-ExtraBoldItalic.woff) for mat("woff" );
55+ src : url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.eot' ); /* IE9 Compat Modes */
56+ src : local ('' ),
57+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
58+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.woff2' ) format ('woff2' ), /* Super Modern Browsers */
59+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.woff' ) format ('woff' ), /* Modern Browsers */
60+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
61+ url ('./github-night/nunito-sans-v6-latin-ext_latin-700italic.svg#NunitoSans' ) format ('svg' ); /* Legacy iOS */
3762}
3863
3964: root {
0 commit comments