File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818.navbar-logo-text {
1919 font-size : 1.25rem ;
2020 font-weight : 700 ;
21+ font-family : "Lato" , sans-serif;
2122}
2223.navbar .container {
2324 min-height : 4rem ;
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ params:
2626 image : logo.svg
2727 text : Scientific Python Hugo Theme
2828 link : /
29- fonts :
30- - name : " Lato"
31- weights : [400, 900]
3229 hero :
3330 title : Scientific Python Theme
3431 image : logo.svg
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ params:
2626 image : logo.svg
2727 text : Scientific Python Hugo Theme
2828 link : /
29- fonts :
30- - name : " Lato"
31- weights : [400, 900]
3229 hero :
3330 title : Example Site
3431 image : logo.svg
Original file line number Diff line number Diff line change 2121
2222< link rel ="icon " href ="{{ "images /favicon.ico" | relURL }}" />
2323
24- <!-- Fallback font for symbols (such as "🛈"). --
24+ <!-- Fallback font for symbols (such as "🛈"). -->
2525< link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2 ">
2626
27+ <!-- Default theme font (Lato). -->
28+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
29+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
30+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Lato:wght@400;700 ">
31+
2732<!-- Process and include Sass files. -->
2833{{- $sass := append (resources.Get "theme-css/sphinx-design/index.scss")
2934 (resources.Get "theme-css/pst/bootstrap.scss")
You can’t perform that action at this time.
0 commit comments