From 32409a7012abf2c727fef1423dd826db38c1767e Mon Sep 17 00:00:00 2001 From: panr Date: Wed, 6 Feb 2019 12:52:43 +0100 Subject: [PATCH] Update Inter font --- README.md | 2 +- layouts/partials/greater-icon.html | 3 ++ layouts/partials/logo.html | 2 +- layouts/partials/menu.html | 5 +- source/css/fonts.css | 44 ++++++++++++++++++ source/css/inter-ui.css | 44 ------------------ source/css/logo.css | 4 ++ source/css/main.css | 3 +- source/css/menu.css | 8 +++- source/css/style.css | 2 +- source/css/variables.css | 12 +++++ source/fonts/Inter-Bold.woff | Bin 0 -> 127748 bytes source/fonts/Inter-Bold.woff2 | Bin 0 -> 95992 bytes source/fonts/Inter-BoldItalic.woff | Bin 0 -> 134240 bytes source/fonts/Inter-BoldItalic.woff2 | Bin 0 -> 100864 bytes source/fonts/Inter-Italic.woff | Bin 0 -> 128012 bytes source/fonts/Inter-Italic.woff2 | Bin 0 -> 95696 bytes source/fonts/Inter-Medium.woff | Bin 0 -> 126788 bytes source/fonts/Inter-Medium.woff2 | Bin 0 -> 95224 bytes source/fonts/Inter-MediumItalic.woff | Bin 0 -> 134060 bytes source/fonts/Inter-MediumItalic.woff2 | Bin 0 -> 100400 bytes source/fonts/Inter-Regular.woff | Bin 0 -> 119304 bytes source/fonts/Inter-Regular.woff2 | Bin 0 -> 89212 bytes source/fonts/Inter-UI-Bold.woff | Bin 126476 -> 0 bytes source/fonts/Inter-UI-Bold.woff2 | Bin 95580 -> 0 bytes source/fonts/Inter-UI-BoldItalic.woff | Bin 132784 -> 0 bytes source/fonts/Inter-UI-BoldItalic.woff2 | Bin 99844 -> 0 bytes source/fonts/Inter-UI-Italic.woff | Bin 126516 -> 0 bytes source/fonts/Inter-UI-Italic.woff2 | Bin 94776 -> 0 bytes source/fonts/Inter-UI-Medium.woff | Bin 125704 -> 0 bytes source/fonts/Inter-UI-Medium.woff2 | Bin 94888 -> 0 bytes source/fonts/Inter-UI-MediumItalic.woff | Bin 132668 -> 0 bytes source/fonts/Inter-UI-MediumItalic.woff2 | Bin 100196 -> 0 bytes source/fonts/Inter-UI-Regular.woff | Bin 117956 -> 0 bytes source/fonts/Inter-UI-Regular.woff2 | Bin 88268 -> 0 bytes .../2e5e0884f40cc3929881d89710fa432e.woff2 | Bin 0 -> 95224 bytes .../34356f6bf3d0f6de82656cca908803cf.woff2 | Bin 0 -> 95992 bytes .../35cf8109301be9e5b147a09c9f103bc4.woff | Bin 0 -> 128012 bytes .../381444ec5c7d26b672bebaca791d0640.woff2 | Bin 0 -> 95696 bytes .../48dfecfe37de0ef8f0e2c2d2e6992e9c.woff | Bin 125704 -> 0 bytes .../57acb4797f14814f3f3d8b5ff0dc92f5.woff2 | Bin 0 -> 100864 bytes .../61c493e3af34ba077777c6bb54862837.woff | Bin 0 -> 127748 bytes .../6fbcf86a8d4a8411d22ed510f1d72be8.woff | Bin 0 -> 134240 bytes .../76677d9e1ccc0e1f33fa6b044a743768.woff2 | Bin 88268 -> 0 bytes .../7a7fd73559e43715c0db3f6ff13fa108.woff2 | Bin 0 -> 100400 bytes .../9d05a4aa5504157c765f62d534e78889.woff2 | Bin 94776 -> 0 bytes .../a616c9fa6fe80626bac7991f8502295a.woff2 | Bin 99844 -> 0 bytes .../a6f5c416c63aad400a2df45ae2154c1e.woff2 | Bin 100196 -> 0 bytes .../a9eddc92c84c5f78fba1cb7d7833d31c.woff | Bin 132668 -> 0 bytes .../ad6e093cdbdede112459e8a6a1ad9563.woff | Bin 0 -> 134060 bytes .../aebfbb3c9c7d49053fce8cadbc6e6735.woff | Bin 0 -> 119304 bytes .../b6f1695769d6d6b5f20d1c6492914189.woff2 | Bin 95580 -> 0 bytes .../bcf654c7bea165e9dae257206c5521ad.woff | Bin 126516 -> 0 bytes .../bffaed793493dc46bf0789e2275909ac.woff2 | Bin 0 -> 89212 bytes .../c09fb3891c96d467a92d9d898e4a931a.woff | Bin 0 -> 126788 bytes .../dbe4ec1d26d41331c91550939a7fd27f.woff | Bin 132784 -> 0 bytes .../e0012ba74a933d326e8a466003fc3507.woff2 | Bin 94888 -> 0 bytes .../e2158f600a4b0175b73dfefb0d2fe8f8.woff | Bin 126476 -> 0 bytes .../ecf7c639683dfcb4868861e0c613c455.woff | Bin 117956 -> 0 bytes static/assets/style.css | 2 +- 60 files changed, 80 insertions(+), 51 deletions(-) create mode 100644 layouts/partials/greater-icon.html create mode 100644 source/css/fonts.css delete mode 100644 source/css/inter-ui.css create mode 100644 source/fonts/Inter-Bold.woff create mode 100644 source/fonts/Inter-Bold.woff2 create mode 100644 source/fonts/Inter-BoldItalic.woff create mode 100644 source/fonts/Inter-BoldItalic.woff2 create mode 100644 source/fonts/Inter-Italic.woff create mode 100644 source/fonts/Inter-Italic.woff2 create mode 100644 source/fonts/Inter-Medium.woff create mode 100644 source/fonts/Inter-Medium.woff2 create mode 100644 source/fonts/Inter-MediumItalic.woff create mode 100644 source/fonts/Inter-MediumItalic.woff2 create mode 100644 source/fonts/Inter-Regular.woff create mode 100644 source/fonts/Inter-Regular.woff2 delete mode 100644 source/fonts/Inter-UI-Bold.woff delete mode 100644 source/fonts/Inter-UI-Bold.woff2 delete mode 100644 source/fonts/Inter-UI-BoldItalic.woff delete mode 100644 source/fonts/Inter-UI-BoldItalic.woff2 delete mode 100644 source/fonts/Inter-UI-Italic.woff delete mode 100644 source/fonts/Inter-UI-Italic.woff2 delete mode 100644 source/fonts/Inter-UI-Medium.woff delete mode 100644 source/fonts/Inter-UI-Medium.woff2 delete mode 100644 source/fonts/Inter-UI-MediumItalic.woff delete mode 100644 source/fonts/Inter-UI-MediumItalic.woff2 delete mode 100644 source/fonts/Inter-UI-Regular.woff delete mode 100644 source/fonts/Inter-UI-Regular.woff2 create mode 100644 static/assets/2e5e0884f40cc3929881d89710fa432e.woff2 create mode 100644 static/assets/34356f6bf3d0f6de82656cca908803cf.woff2 create mode 100644 static/assets/35cf8109301be9e5b147a09c9f103bc4.woff create mode 100644 static/assets/381444ec5c7d26b672bebaca791d0640.woff2 delete mode 100644 static/assets/48dfecfe37de0ef8f0e2c2d2e6992e9c.woff create mode 100644 static/assets/57acb4797f14814f3f3d8b5ff0dc92f5.woff2 create mode 100644 static/assets/61c493e3af34ba077777c6bb54862837.woff create mode 100644 static/assets/6fbcf86a8d4a8411d22ed510f1d72be8.woff delete mode 100644 static/assets/76677d9e1ccc0e1f33fa6b044a743768.woff2 create mode 100644 static/assets/7a7fd73559e43715c0db3f6ff13fa108.woff2 delete mode 100644 static/assets/9d05a4aa5504157c765f62d534e78889.woff2 delete mode 100644 static/assets/a616c9fa6fe80626bac7991f8502295a.woff2 delete mode 100644 static/assets/a6f5c416c63aad400a2df45ae2154c1e.woff2 delete mode 100644 static/assets/a9eddc92c84c5f78fba1cb7d7833d31c.woff create mode 100644 static/assets/ad6e093cdbdede112459e8a6a1ad9563.woff create mode 100644 static/assets/aebfbb3c9c7d49053fce8cadbc6e6735.woff delete mode 100644 static/assets/b6f1695769d6d6b5f20d1c6492914189.woff2 delete mode 100644 static/assets/bcf654c7bea165e9dae257206c5521ad.woff create mode 100644 static/assets/bffaed793493dc46bf0789e2275909ac.woff2 create mode 100644 static/assets/c09fb3891c96d467a92d9d898e4a931a.woff delete mode 100644 static/assets/dbe4ec1d26d41331c91550939a7fd27f.woff delete mode 100644 static/assets/e0012ba74a933d326e8a466003fc3507.woff2 delete mode 100644 static/assets/e2158f600a4b0175b73dfefb0d2fe8f8.woff delete mode 100644 static/assets/ecf7c639683dfcb4868861e0c613c455.woff diff --git a/README.md b/README.md index 04e0753..d23ad81 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This theme is pretty basic and covers all of the essentials. All you have to do ## Features - **dark/light mode**, depending on your preferences (dark is default, but you can change it) -- great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/) +- great reading experience thanks to [**Inter font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/) - nice code highlighting thanks to [**PrismJS**](https://prismjs.com) - fully responsive diff --git a/layouts/partials/greater-icon.html b/layouts/partials/greater-icon.html new file mode 100644 index 0000000..90c6ae2 --- /dev/null +++ b/layouts/partials/greater-icon.html @@ -0,0 +1,3 @@ + + + diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index fbb60bd..b9b87bd 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -2,7 +2,7 @@ {{ if $.Site.Params.Logo.path }} {{ $.Site.Params.Logo.alt }} {{ else }} - > + {{ partial "greater-icon.html" . }} {{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}hello friend{{ end }} {{ end }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index ee1815a..4f7385f 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -8,7 +8,10 @@ {{ end }} {{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }}