File tree Expand file tree Collapse file tree 9 files changed +46
-2
lines changed
Expand file tree Collapse file tree 9 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 33 flex : 1 1 ;
44 padding : 0 0.5rem 0 0.75rem ;
55 line-height : var (--nav-line-height );
6+ font-family : var (--body-font-family );
7+ font-weight : normal;
68}
79
810@media screen and (min-width : 1024px ) {
Original file line number Diff line number Diff line change 3737 font-size : calc (22 / var (--rem-base ) * 1rem );
3838 flex-wrap : wrap;
3939 line-height : 1 ;
40+ font-family : var (--heading-font-family );
41+ font-weight : normal;
4042}
4143
4244.navbar-brand .navbar-item : first-child a {
Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ html.is-clipped--nav {
182182 justify-content : space-between;
183183 line-height : 1 ;
184184 height : var (--drawer-height );
185+ font-family : var (--heading-font-family );
186+ font-weight : normal;
185187}
186188
187189.nav-panel-explore : not (: first-child ) .context {
Original file line number Diff line number Diff line change 2222 padding : 0.5rem 1.5rem 0.5rem 0.5rem ;
2323 position : relative;
2424 z-index : var (--z-index-page-version-menu );
25+ font-family : var (--heading-font-family );
26+ font-weight : normal;
2527}
2628
2729.page-versions .version-menu {
Original file line number Diff line number Diff line change 1- @import 'typeface-open-sans .css' ;
1+ @import 'typeface-lato .css' ;
22@import 'typeface-roboto-mono.css' ;
33@import 'vars.css' ;
44@import 'base.css' ;
Original file line number Diff line number Diff line change 1515 line-height : 1.3 ;
1616 margin : 0 -1px ;
1717 padding-bottom : 0.25rem ;
18+ font-family : var (--heading-font-family );
1819}
1920
2021.toc .sidebar .toc-menu h3 {
Original file line number Diff line number Diff line change 1+ /* lato-latin-400-normal */
2+ @font-face {
3+ font-family : 'Lato' ;
4+ font-style : normal;
5+ font-display : swap;
6+ font-weight : 400 ;
7+ src : url ('https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2' ) format ('woff2' );
8+ }
9+
10+ /* lato-latin-700-normal */
11+ @font-face {
12+ font-family : 'Lato' ;
13+ font-style : normal;
14+ font-display : swap;
15+ font-weight : 700 ;
16+ src : url ('https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2' ) format ('woff2' );
17+ }
18+
19+ /* lato-latin-400-italic */
20+ @font-face {
21+ font-family : 'Lato' ;
22+ font-style : italic;
23+ font-display : swap;
24+ font-weight : 400 ;
25+ src : url ('https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2' ) format ('woff2' );
26+ }
27+
28+ /* lato-latin-700-italic */
29+ @font-face {
30+ font-family : 'Lato' ;
31+ font-style : italic;
32+ font-display : swap;
33+ font-weight : 700 ;
34+ src : url ('https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.woff2' ) format ('woff2' );
35+ }
Original file line number Diff line number Diff line change 1- {{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}}
1+ <link rel =" icon" href =" {{{ uiRootPath }}} /img/favicon.ico" type =" image/x-icon" >
You can’t perform that action at this time.
0 commit comments