From a338b881ef41e9270fbc635150158839b8256291 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Sat, 12 Sep 2020 23:03:58 -0700 Subject: adds blockquote styles; adds custom styles via hugo pipes --- README.md | 36 +- assets/sass/override.scss | 127 + assets/sass/template.scss | 108 - assets/sass/webfonts/fa-brands-400.eot | Bin 129648 -> 0 bytes assets/sass/webfonts/fa-brands-400.svg | 3452 ---------------------- assets/sass/webfonts/fa-brands-400.ttf | Bin 129344 -> 0 bytes assets/sass/webfonts/fa-brands-400.woff | Bin 87544 -> 0 bytes assets/sass/webfonts/fa-brands-400.woff2 | Bin 74656 -> 0 bytes assets/sass/webfonts/fa-regular-400.eot | Bin 34388 -> 0 bytes assets/sass/webfonts/fa-regular-400.svg | 803 ----- assets/sass/webfonts/fa-regular-400.ttf | Bin 34092 -> 0 bytes assets/sass/webfonts/fa-regular-400.woff | Bin 16804 -> 0 bytes assets/sass/webfonts/fa-regular-400.woff2 | Bin 13584 -> 0 bytes assets/sass/webfonts/fa-solid-900.eot | Bin 186708 -> 0 bytes assets/sass/webfonts/fa-solid-900.svg | 4527 ----------------------------- assets/sass/webfonts/fa-solid-900.ttf | Bin 186424 -> 0 bytes assets/sass/webfonts/fa-solid-900.woff | Bin 96256 -> 0 bytes assets/sass/webfonts/fa-solid-900.woff2 | Bin 74328 -> 0 bytes exampleSite/config.toml | 3 + layouts/partials/head.html | 14 +- static/webfonts/fa-brands-400.eot | Bin 0 -> 129648 bytes static/webfonts/fa-brands-400.svg | 3452 ++++++++++++++++++++++ static/webfonts/fa-brands-400.ttf | Bin 0 -> 129344 bytes static/webfonts/fa-brands-400.woff | Bin 0 -> 87544 bytes static/webfonts/fa-brands-400.woff2 | Bin 0 -> 74656 bytes static/webfonts/fa-regular-400.eot | Bin 0 -> 34388 bytes static/webfonts/fa-regular-400.svg | 803 +++++ static/webfonts/fa-regular-400.ttf | Bin 0 -> 34092 bytes static/webfonts/fa-regular-400.woff | Bin 0 -> 16804 bytes static/webfonts/fa-regular-400.woff2 | Bin 0 -> 13584 bytes static/webfonts/fa-solid-900.eot | Bin 0 -> 186708 bytes static/webfonts/fa-solid-900.svg | 4527 +++++++++++++++++++++++++++++ static/webfonts/fa-solid-900.ttf | Bin 0 -> 186424 bytes static/webfonts/fa-solid-900.woff | Bin 0 -> 96256 bytes static/webfonts/fa-solid-900.woff2 | Bin 0 -> 74328 bytes 35 files changed, 8958 insertions(+), 8894 deletions(-) create mode 100644 assets/sass/override.scss delete mode 100644 assets/sass/template.scss delete mode 100644 assets/sass/webfonts/fa-brands-400.eot delete mode 100644 assets/sass/webfonts/fa-brands-400.svg delete mode 100644 assets/sass/webfonts/fa-brands-400.ttf delete mode 100644 assets/sass/webfonts/fa-brands-400.woff delete mode 100644 assets/sass/webfonts/fa-brands-400.woff2 delete mode 100644 assets/sass/webfonts/fa-regular-400.eot delete mode 100644 assets/sass/webfonts/fa-regular-400.svg delete mode 100644 assets/sass/webfonts/fa-regular-400.ttf delete mode 100644 assets/sass/webfonts/fa-regular-400.woff delete mode 100644 assets/sass/webfonts/fa-regular-400.woff2 delete mode 100644 assets/sass/webfonts/fa-solid-900.eot delete mode 100644 assets/sass/webfonts/fa-solid-900.svg delete mode 100644 assets/sass/webfonts/fa-solid-900.ttf delete mode 100644 assets/sass/webfonts/fa-solid-900.woff delete mode 100644 assets/sass/webfonts/fa-solid-900.woff2 create mode 100644 static/webfonts/fa-brands-400.eot create mode 100644 static/webfonts/fa-brands-400.svg create mode 100644 static/webfonts/fa-brands-400.ttf create mode 100644 static/webfonts/fa-brands-400.woff create mode 100644 static/webfonts/fa-brands-400.woff2 create mode 100644 static/webfonts/fa-regular-400.eot create mode 100644 static/webfonts/fa-regular-400.svg create mode 100644 static/webfonts/fa-regular-400.ttf create mode 100644 static/webfonts/fa-regular-400.woff create mode 100644 static/webfonts/fa-regular-400.woff2 create mode 100644 static/webfonts/fa-solid-900.eot create mode 100644 static/webfonts/fa-solid-900.svg create mode 100644 static/webfonts/fa-solid-900.ttf create mode 100644 static/webfonts/fa-solid-900.woff create mode 100644 static/webfonts/fa-solid-900.woff2 diff --git a/README.md b/README.md index 40cfb04..e1dcfc9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ For a live demo of the theme, see at: - General - Hugo's Builtin [Content Management](https://gohugo.io/content-management/) Features - [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/) CSS classes are automatically available via HTML/CSS in your Markdown content + - [Font Awesome](https://fontawesome.com/) Icons with Links + - Ability to customize CSS styles - Google Analytics - Header - Title and Subtitle - Image - Navigation Menu - - [Font Awesome](https://fontawesome.com/) Icons with Links - Main Body - Last 'N' Recent Pages - Categorical Page Grouping @@ -87,6 +88,9 @@ copyright = "© Copyright Year, Your Name" home_image = "/images/avatar.png" # Path to header image starting from the static directory recent_posts = 5 # Max amount of recent posts to show mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts + [params.style] # CSS style overrides + backgroundColor = "#f8f9fa" + fontColor = "#212529" [[params.social]] fa_icon = "fab fa-github fa-1x" # Font Awesome icon class href = "http://github.com/youruser" # Link to associate with icon (http://, https://, mailto:) @@ -109,6 +113,36 @@ To get updates to the theme, run the following from the root directory of your H $ git submodule update --remote themes/devise ``` +### Adding Custom Styles + +Adding custom styles to the devise theme is simple. There are two options +available for doing so: + +1. Set style parameters in the `config.toml` file +2. Add custom [Sass](https://sass-lang.com/) to your assets folder + +#### Option 1: + +In the `config.toml` file of your website, you can set the following custom style +parameters: + +```toml +[params.style] + backgroundColor = "#f8f9fa" + fontColor = "#212529" +``` + +#### Option 2: + +To add custom [Sass](https://sass-lang.com/) to the devise theme, you'll +need to add the following file to the root directory of your site: + +- `assets/sass/custom.scss` + +In the file, you can use [Sass](https://sass-lang.com/) syntax to declare +your custom styles. After doing so, you should see custom styling added to +your devise based Hugo site. + ## Demo To run a live demo of the theme on your laptop, run the following from the `exampleSite` directory of the diff --git a/assets/sass/override.scss b/assets/sass/override.scss new file mode 100644 index 0000000..2cdca82 --- /dev/null +++ b/assets/sass/override.scss @@ -0,0 +1,127 @@ +// === Import Bootstrap and set variable overrides === +$body-bg: {{ .Param "style.backgroundColor" }}; +$body-color: {{ .Param "style.fontColor" }}; +$font-family-base: "Helvetica Neue", Arial, sans-serif; +$font-size-base: 0.95rem; +@import "../../node_modules/bootstrap/scss/bootstrap"; + +// === Import Font Awesome === +$fa-font-path: "../webfonts"; +@import "../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss"; +@import "../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss"; +@import "../../node_modules/@fortawesome/fontawesome-free/scss/brands.scss"; +.fa-1x { + font-size: 0.9em !important; +} + +// === Custom Styles === +#content { + width: 100%; + max-width: 650px; + min-height: calc(100vh - 105px); +} + +#home-image { + width: 120px; + height: 120px; + border: solid 5px white; + box-shadow: 0px 10px 7px -10px rgba(0,0,0,0.6); +} + +#nav-links { + position: relative; + left: -5px; +} + +#nav-social { + position: relative; + left: 1px; +} + +.category { + color: $body-bg; + background-color: $body-color; +} + +.highlight > pre { + padding: 0.5rem 0.8rem; + border: 1px solid; + border-color: #ddd #ddd #ccc; + border-radius: 3px; +} + +hr { + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.4), + rgba(51, 51, 51, 0.3), rgba(0, 0, 0, 0)); +} + +h1, h2 { + letter-spacing: -0.085rem; + font-weight: 700; +} + +h3, h4 { + letter-spacing: -0.065rem; + font-weight: 700; +} + +p { + margin-bottom: 0.7rem; +} + +header { + h2 { + a, a:hover { + color: $body-color; + } + } +} + +img { + border-radius: 0.20rem; +} + +h4 { + margin-top: 2.2rem; + margin-bottom: 0.7rem; +} + +a { + text-decoration: underline; +} + +blockquote { + background: $body-bg; + border-left: 8px solid #ccc; + margin: 1.5em 10px; + padding: 0.5em 10px; + quotes: "\201C""\201D""\2018""\2019"; +} + +blockquote:before { + color: #ccc; + content: open-quote; + font-size: 4em; + line-height: 0.1em; + margin-right: 0.25em; + vertical-align: -0.4em; +} + +blockquote p { + display: inline; +} + +// === Media breakpoints === +// 576px +@include media-breakpoint-up(sm) {} + +// 768px +@include media-breakpoint-up(md) {} + +// 992px +@include media-breakpoint-up(lg) {} + +// 1200px +@include media-breakpoint-up(xl) {} diff --git a/assets/sass/template.scss b/assets/sass/template.scss deleted file mode 100644 index 3ac7148..0000000 --- a/assets/sass/template.scss +++ /dev/null @@ -1,108 +0,0 @@ -// === Import Bootstrap and variable overrides === -$body-bg: {{ .Param "style.backgroundColor" }}; -$font-family-base: "Helvetica Neue", Arial, sans-serif; -$font-size-base: 0.95rem; - -@import "../../node_modules/bootstrap/scss/bootstrap"; - -// === Import Font Awesome === -$fa-font-path: "./webfonts"; -@import "../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss"; -@import "../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss"; -@import "../../node_modules/@fortawesome/fontawesome-free/scss/brands.scss"; - -.fa-1x { - font-size: 0.9em !important; -} - -// === Custom Styles === -#content { - width: 100%; - max-width: 650px; - min-height: calc(100vh - 105px); -} - -#home-image { - width: 120px; - height: 120px; - border: solid 5px white; - box-shadow: 0px 10px 7px -10px rgba(0,0,0,0.6); -} - -#nav-links { - position: relative; - left: -5px; -} - -#nav-social { - position: relative; - left: 1px; -} - -.category { - color: white; - background-color: $body-color; -} - -.highlight > pre { - padding: 0.5rem 0.8rem; - border: 1px solid; - border-color: #ddd #ddd #ccc; - border-radius: 3px; -} - -hr { - border: 0; - height: 1px; - background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.4), - rgba(51, 51, 51, 0.3), rgba(0, 0, 0, 0)); -} - - -h1, h2 { - letter-spacing: -0.085rem; - font-weight: 700; -} - -h3, h4 { - letter-spacing: -0.065rem; - font-weight: 700; -} - -p { - margin-bottom: 0.7rem; -} - -header { - h2 { - a, a:hover { - color: $body-color; - } - } -} - -img { - border-radius: 0.20rem; -} - -h4 { - margin-top: 2.2rem; - margin-bottom: 0.7rem; -} - -a { - text-decoration: underline; -} - -// === Media breakpoints === -// 576px -@include media-breakpoint-up(sm) {} - -// 768px -@include media-breakpoint-up(md) {} - -// 992px -@include media-breakpoint-up(lg) {} - -// 1200px -@include media-breakpoint-up(xl) {} diff --git a/assets/sass/webfonts/fa-brands-400.eot b/assets/sass/webfonts/fa-brands-400.eot deleted file mode 100644 index 4f991ad..0000000 Binary files a/assets/sass/webfonts/fa-brands-400.eot and /dev/null differ diff --git a/assets/sass/webfonts/fa-brands-400.svg b/assets/sass/webfonts/fa-brands-400.svg deleted file mode 100644 index c5f544c..0000000 --- a/assets/sass/webfonts/fa-brands-400.svg +++ /dev/null @@ -1,3452 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue May 7 11:33:44 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/sass/webfonts/fa-brands-400.ttf b/assets/sass/webfonts/fa-brands-400.ttf deleted file mode 100644 index 8836d9f..0000000 Binary files a/assets/sass/webfonts/fa-brands-400.ttf and /dev/null differ diff --git a/assets/sass/webfonts/fa-brands-400.woff b/assets/sass/webfonts/fa-brands-400.woff deleted file mode 100644 index d65148d..0000000 Binary files a/assets/sass/webfonts/fa-brands-400.woff and /dev/null differ diff --git a/assets/sass/webfonts/fa-brands-400.woff2 b/assets/sass/webfonts/fa-brands-400.woff2 deleted file mode 100644 index e2bfe66..0000000 Binary files a/assets/sass/webfonts/fa-brands-400.woff2 and /dev/null differ diff --git a/assets/sass/webfonts/fa-regular-400.eot b/assets/sass/webfonts/fa-regular-400.eot deleted file mode 100644 index f9c3418..0000000 Binary files a/assets/sass/webfonts/fa-regular-400.eot and /dev/null differ diff --git a/assets/sass/webfonts/fa-regular-400.svg b/assets/sass/webfonts/fa-regular-400.svg deleted file mode 100644 index 38b6671..0000000 --- a/assets/sass/webfonts/fa-regular-400.svg +++ /dev/null @@ -1,803 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue May 7 11:33:43 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/sass/webfonts/fa-regular-400.ttf b/assets/sass/webfonts/fa-regular-400.ttf deleted file mode 100644 index b4abb3d..0000000 Binary files a/assets/sass/webfonts/fa-regular-400.ttf and /dev/null differ diff --git a/assets/sass/webfonts/fa-regular-400.woff b/assets/sass/webfonts/fa-regular-400.woff deleted file mode 100644 index b741435..0000000 Binary files a/assets/sass/webfonts/fa-regular-400.woff and /dev/null differ diff --git a/assets/sass/webfonts/fa-regular-400.woff2 b/assets/sass/webfonts/fa-regular-400.woff2 deleted file mode 100644 index 7faee56..0000000 Binary files a/assets/sass/webfonts/fa-regular-400.woff2 and /dev/null differ diff --git a/assets/sass/webfonts/fa-solid-900.eot b/assets/sass/webfonts/fa-solid-900.eot deleted file mode 100644 index bf4fd60..0000000 Binary files a/assets/sass/webfonts/fa-solid-900.eot and /dev/null differ diff --git a/assets/sass/webfonts/fa-solid-900.svg b/assets/sass/webfonts/fa-solid-900.svg deleted file mode 100644 index 35b7866..0000000 --- a/assets/sass/webfonts/fa-solid-900.svg +++ /dev/null @@ -1,4527 +0,0 @@ - - - - - -Created by FontForge 20190112 at Tue May 7 11:33:44 2019 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/sass/webfonts/fa-solid-900.ttf b/assets/sass/webfonts/fa-solid-900.ttf deleted file mode 100644 index 9821bea..0000000 Binary files a/assets/sass/webfonts/fa-solid-900.ttf and /dev/null differ diff --git a/assets/sass/webfonts/fa-solid-900.woff b/assets/sass/webfonts/fa-solid-900.woff deleted file mode 100644 index 4932553..0000000 Binary files a/assets/sass/webfonts/fa-solid-900.woff and /dev/null differ diff --git a/assets/sass/webfonts/fa-solid-900.woff2 b/assets/sass/webfonts/fa-solid-900.woff2 deleted file mode 100644 index 92c4d57..0000000 Binary files a/assets/sass/webfonts/fa-solid-900.woff2 and /dev/null differ diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5fdf067..0e56560 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -36,6 +36,9 @@ copyright = "© Copyright Year, Your Name" home_image = "/images/avatar.png" # Path to header image starting from the static directory recent_posts = 5 # Max amount of recent posts to show mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts + [params.style] # CSS style overrides + backgroundColor = "#f8f9fa" + fontColor = "#212529" [[params.social]] fa_icon = "fab fa-github fa-1x" # Font Awesome icon class href = "http://github.com/youruser" # Link to associate with icon (http://, https://, mailto:) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 861d4a3..ce95a1e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,8 +2,16 @@ {{ .Title }} - {{ $sassTemplate := resources.Get "sass/template.scss" }} - {{ $style := $sassTemplate | resources.ExecuteAsTemplate "css/theme.scss" . | toCSS | minify }} - + + {{/* Adds complete override capability */}} + {{ $overrideTemplate := resources.Get "sass/override.scss" }} + {{ $override := $overrideTemplate | resources.ExecuteAsTemplate "css/theme.scss" . | toCSS | minify }} + + + {{/* Adds custom styles capability */}} + {{ $customTemplate := resources.Get "sass/custom.scss" }} + {{ $custom := $customTemplate | resources.ExecuteAsTemplate "css/custom.scss" . | toCSS | minify }} + + {{ template "_internal/google_analytics.html" . }} diff --git a/static/webfonts/fa-brands-400.eot b/static/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..4f991ad Binary files /dev/null and b/static/webfonts/fa-brands-400.eot differ diff --git a/static/webfonts/fa-brands-400.svg b/static/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..c5f544c --- /dev/null +++ b/static/webfonts/fa-brands-400.svg @@ -0,0 +1,3452 @@ + + + + + +Created by FontForge 20190112 at Tue May 7 11:33:44 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/webfonts/fa-brands-400.ttf b/static/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..8836d9f Binary files /dev/null and b/static/webfonts/fa-brands-400.ttf differ diff --git a/static/webfonts/fa-brands-400.woff b/static/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..d65148d Binary files /dev/null and b/static/webfonts/fa-brands-400.woff differ diff --git a/static/webfonts/fa-brands-400.woff2 b/static/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..e2bfe66 Binary files /dev/null and b/static/webfonts/fa-brands-400.woff2 differ diff --git a/static/webfonts/fa-regular-400.eot b/static/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..f9c3418 Binary files /dev/null and b/static/webfonts/fa-regular-400.eot differ diff --git a/static/webfonts/fa-regular-400.svg b/static/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..38b6671 --- /dev/null +++ b/static/webfonts/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + + +Created by FontForge 20190112 at Tue May 7 11:33:43 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/webfonts/fa-regular-400.ttf b/static/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..b4abb3d Binary files /dev/null and b/static/webfonts/fa-regular-400.ttf differ diff --git a/static/webfonts/fa-regular-400.woff b/static/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..b741435 Binary files /dev/null and b/static/webfonts/fa-regular-400.woff differ diff --git a/static/webfonts/fa-regular-400.woff2 b/static/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..7faee56 Binary files /dev/null and b/static/webfonts/fa-regular-400.woff2 differ diff --git a/static/webfonts/fa-solid-900.eot b/static/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..bf4fd60 Binary files /dev/null and b/static/webfonts/fa-solid-900.eot differ diff --git a/static/webfonts/fa-solid-900.svg b/static/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..35b7866 --- /dev/null +++ b/static/webfonts/fa-solid-900.svg @@ -0,0 +1,4527 @@ + + + + + +Created by FontForge 20190112 at Tue May 7 11:33:44 2019 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/webfonts/fa-solid-900.ttf b/static/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..9821bea Binary files /dev/null and b/static/webfonts/fa-solid-900.ttf differ diff --git a/static/webfonts/fa-solid-900.woff b/static/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..4932553 Binary files /dev/null and b/static/webfonts/fa-solid-900.woff differ diff --git a/static/webfonts/fa-solid-900.woff2 b/static/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..92c4d57 Binary files /dev/null and b/static/webfonts/fa-solid-900.woff2 differ -- cgit v1.2.3