Skip to content

Commit

Permalink
Change font to Manrope
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Nov 24, 2023
1 parent 46f888c commit c8de0ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

/*** General style modifications ***/

/* Variables */

:root {
--main-font: "Manrope", "DejaVu Sans", "Open Sans", "Liberation Sans", helvetica, arial, sans-serif;
}


/* Tweak display of logo text for small caps */

#menu-logo .logo-text {
Expand Down
2 changes: 1 addition & 1 deletion spyder_website.lektorproject
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ theme_bg_accent_color = "#f5f5f5"
theme_accent_color = "#d50000"
theme_accent_alt_color = "#8c0000"
theme_pipe_color = "#ee1c24"
custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css, 'https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Manrope:wght@200;300;400;500;600;700&display=swap'"
custom_js_main =
custom_js_singlepage = "/static/js/custom_scripts.js"
custom_head_content =
Expand Down

0 comments on commit c8de0ea

Please sign in to comment.