diff --git a/content/products/_index.md b/content/products/_index.md index ade7f72..506b355 100644 --- a/content/products/_index.md +++ b/content/products/_index.md @@ -55,4 +55,4 @@ Below you will find tables of all Pycom products. These tables illustrate the fu [Pycase](https://pycom.io/product/pycase-clear/) | ✔ | ✔ | | small | [Pygate case](https://pycom.io/product/pygate-case/) | ✔ | ✔ | | tiny | [Small IP67 Case](https://pycom.io/product/ip67-case-for-pysense-pytrack/) | | | ✔| 18650 | -[Universal IP76 Case](https://pycom.io/product/universal-ip67-case/) | ✔ | ✔ | ✔| 18650 | +[Universal IP67 Case](https://pycom.io/product/universal-ip67-case/) | ✔ | ✔ | ✔| 18650 | diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8755986..26eb443 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,9 @@ + + diff --git a/themes/doc-theme/layouts/partials/menu.html b/themes/doc-theme/layouts/partials/menu.html index ea18db6..f522d3b 100644 --- a/themes/doc-theme/layouts/partials/menu.html +++ b/themes/doc-theme/layouts/partials/menu.html @@ -14,7 +14,7 @@ diff --git a/themes/doc-theme/static/css/doc-theme.css b/themes/doc-theme/static/css/doc-theme.css index 9fa57a9..6ba7b50 100644 --- a/themes/doc-theme/static/css/doc-theme.css +++ b/themes/doc-theme/static/css/doc-theme.css @@ -52,9 +52,26 @@ nav#TableOfContents { h1, h2, h3, h4 { color: #1E1E3C; - letter-spacing: 0.1em; opacity: 0.9; } +h1, h3, h4 { + letter-spacing: 0.1em; +} +h2 { + font-family: 'Montserrat'; +} +h3 { + font-family: 'Montserrat'; + color: rgb(0,112,32); + letter-spacing: normal; + font-size: 1em; + padding-top: 1em; +} +h4 { + font-family: 'Montserrat'; + letter-spacing: normal; + padding-top: 1em; +} h1 { @@ -114,7 +131,7 @@ url("/fonts/space-mono/SpaceMono-Regular.eot") format("opentype"); .application { /* font-family: 'Beba',Helvetica,Arial,Lucida,sans-serif; */ - font-family: 'Space Mono'; + /* font-family: 'Space Mono'; */ } a.bread:hover { @@ -362,8 +379,8 @@ code { padding-top: 24px; } -p { - font-family: 'Space Mono'; +p, li { + font-family: 'Montserrat'; }