diff --git a/assets/static/css/custom_styles.css b/assets/static/css/custom_styles.css index 37bb449..ab89813 100644 --- a/assets/static/css/custom_styles.css +++ b/assets/static/css/custom_styles.css @@ -5,7 +5,7 @@ /* Variables */ :root { - --main-font: "Manrope", "DejaVu Sans", "Open Sans", "Liberation Sans", helvetica, arial, sans-serif; + --main-font: "Raleway", "DejaVu Sans", "Open Sans", "Liberation Sans", helvetica, arial, sans-serif; } /* Tweak display of logo text for small caps */ @@ -92,25 +92,25 @@ /* Increase size of graphics in sponsors section */ -@media screen and (max-width: 1200px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 1199px) { + #section-contributors .col { max-width: 320px; } } -@media screen and (max-width: 768px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 767px) { + #section-contributors .col { max-width: 400px; } } -@media screen and (max-width: 480px) { - #section-sponsors .col-md-4 { +@media screen and (max-width: 575px) { + #section-contributors .col { max-width: 320px; } } -#section-sponsors .card { +#section-contributors .card { padding: 0; } diff --git a/assets/static/fonts/archia/Archia_webfont_license.pdf b/assets/static/fonts/archia/Archia_webfont_license.pdf new file mode 100644 index 0000000..a6a2727 Binary files /dev/null and b/assets/static/fonts/archia/Archia_webfont_license.pdf differ diff --git a/assets/static/fonts/archia/archia-regular-webfont.eot b/assets/static/fonts/archia/archia-regular-webfont.eot new file mode 100644 index 0000000..6c452e1 Binary files /dev/null and b/assets/static/fonts/archia/archia-regular-webfont.eot differ diff --git a/assets/static/fonts/archia/archia-regular-webfont.ttf b/assets/static/fonts/archia/archia-regular-webfont.ttf new file mode 100644 index 0000000..70e0bc8 Binary files /dev/null and b/assets/static/fonts/archia/archia-regular-webfont.ttf differ diff --git a/assets/static/fonts/archia/archia-regular-webfont.woff b/assets/static/fonts/archia/archia-regular-webfont.woff new file mode 100644 index 0000000..6d27900 Binary files /dev/null and b/assets/static/fonts/archia/archia-regular-webfont.woff differ diff --git a/assets/static/fonts/archia/archia-regular-webfont.woff2 b/assets/static/fonts/archia/archia-regular-webfont.woff2 new file mode 100644 index 0000000..edc8c9f Binary files /dev/null and b/assets/static/fonts/archia/archia-regular-webfont.woff2 differ diff --git a/assets/static/fonts/archia/stylesheet.css b/assets/static/fonts/archia/stylesheet.css new file mode 100644 index 0000000..8120dff --- /dev/null +++ b/assets/static/fonts/archia/stylesheet.css @@ -0,0 +1,13 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 12, 2017 */ + +@font-face { + font-family: archiaregular; + font-style: normal; + font-weight: normal; + src: url("archia-regular-webfont.eot"); + src: + url("archia-regular-webfont.eot?#iefix") format("embedded-opentype"), + url("archia-regular-webfont.woff2") format("woff2"), + url("archia-regular-webfont.woff") format("woff"), + url("archia-regular-webfont.ttf") format("truetype"); +} diff --git a/content/contents.lr b/content/contents.lr index a21ce4d..6c7907c 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -8,7 +8,7 @@ hero_title: --- hero_description: --- -hero_image: spyder_website_banner.png +hero_image: spyder_website_banner.webp --- hero_no_downscale: true --- diff --git a/content/spyder_website_banner.png b/content/spyder_website_banner.png deleted file mode 100644 index 95112fb..0000000 Binary files a/content/spyder_website_banner.png and /dev/null differ diff --git a/content/spyder_website_banner.webp b/content/spyder_website_banner.webp new file mode 100644 index 0000000..989de9b Binary files /dev/null and b/content/spyder_website_banner.webp differ diff --git a/spyder_website.lektorproject b/spyder_website.lektorproject index 95d8c88..0f1dbb3 100644 --- a/spyder_website.lektorproject +++ b/spyder_website.lektorproject @@ -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, '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_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" custom_js_main = custom_js_singlepage = "/static/js/custom_scripts.js" custom_head_content = "" diff --git a/themes/lektor-icon b/themes/lektor-icon index 6ea6988..40c10a8 160000 --- a/themes/lektor-icon +++ b/themes/lektor-icon @@ -1 +1 @@ -Subproject commit 6ea698834e17934535fc22f09c4c8938f4f8a2bd +Subproject commit 40c10a87b0aca263d719e646d8335904f02d8fc2