77 src : url ("./NeueMontreal-Medium.otf" ) format ("opentype" );
88 font-weight : 500 ;
99}
10+
11+
1012body {
11- font-family : NeueMontreal , system-ui, -apple-system, " Helvetica Neue" , sans-serif;
13+ font-family : system-ui, -apple-system, BlinkMacSystemFont , 'Segoe UI' , Roboto , Oxygen , Ubuntu , Cantarell , 'Open Sans' , ' Helvetica Neue' , sans-serif;
1214 margin : 0 ;
1315 padding : 0 ;
1416 position : relative;
2022}
2123
2224h1 {
23- font-family : NeueMontreal , system-ui, -apple-system, " Helvetica Neue" , sans-serif;
25+ font-family : system-ui, -apple-system, BlinkMacSystemFont , 'Segoe UI' , Roboto , Oxygen , Ubuntu , Cantarell , 'Open Sans' , ' Helvetica Neue' , sans-serif;
2426}
2527
2628.md-header {
3133
3234.md-header__topic {
3335 color : var (--text-color );
34- font-weight : 300 !important ;
36+ font-weight : 500 !important ;
3537 font-family : system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans" , "Helvetica Neue" , sans-serif;
3638}
3739
6062 color : var (--text-color );
6163
6264 color : # 0C0C13 ;
63- font-family : "NeueMontreal" ;
65+ font-family : system-ui , -apple-system , BlinkMacSystemFont , 'Segoe UI' , Roboto , Oxygen , Ubuntu , Cantarell , 'Open Sans' , 'Helvetica Neue' , sans-serif ;
6466 font-size : 38px ;
6567 font-style : normal;
66- font-weight : 400 ;
6768 line-height : 52px ;
6869 letter-spacing : 0.55px ;
6970 margin-bottom : 20pt ;
@@ -123,6 +124,7 @@ div.subtitle {
123124 font-size : 18pt ;
124125 opacity : 0.5 ;
125126 margin-bottom : 0pt ;
127+ font-weight : 500 ;
126128}
127129
128130p > img : not (.inline-invariant ) {
@@ -201,7 +203,7 @@ a.tile span:nth-child(2) {
201203
202204strong {
203205 font-weight : 600 !important ;
204- font-family : NeueMontreal , system-ui, -apple-system, BlinkMacSystemFont, " Segoe UI" , Roboto, Oxygen, Ubuntu, Cantarell, " Open Sans" , " Helvetica Neue" , sans-serif;
206+ font-family : system-ui, -apple-system, BlinkMacSystemFont, ' Segoe UI' , Roboto, Oxygen, Ubuntu, Cantarell, ' Open Sans' , ' Helvetica Neue' , sans-serif;
205207}
206208
207209blockquote {
@@ -237,8 +239,13 @@ figure.wide {
237239 max-width : 500pt !important ;
238240}
239241
242+ h1 {
243+ font-weight : 600 !important ;
244+ }
245+
240246h2 , h3 , h4 {
241247 margin-top : 40pt !important ;
248+ font-weight : 500 !important ;
242249}
243250
244251h2 {
@@ -543,4 +550,39 @@ label.md-nav__title {
543550.overview .small {
544551 margin-top : 30pt ;
545552 margin-bottom : 30pt ;
553+ }
554+
555+ .md-typeset .md-code__content {
556+ border-radius : 5pt ;
557+ font-size : 12pt ;
558+ }
559+
560+ code {
561+ border-radius : 5pt ;
562+ border : 2pt solid # E5E5E5 ;
563+ }
564+
565+ .md-grid {
566+ max-width : 100% ;
567+ margin-left : 0pt ;
568+ }
569+
570+ .md-content {
571+ max-width : 40rem ;
572+ margin : auto;
573+ }
574+
575+ .md-header {
576+ background-color : # f6f6f6 ;
577+ height : 41pt ;
578+ }
579+ .md-header__topic {
580+ font-size : 16pt ;
581+ font-family : NeueMontreal, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
582+ font-weight : 500 ;
583+ }
584+ .md-header img {
585+ width : 20pt !important ;
586+ height : 20pt !important ;
587+ margin-right : -3pt ;
546588}
0 commit comments