diff --git a/config.toml b/config.toml index 30440fd..d3b35a3 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,6 @@ ignoreErrors = ["error-remote-getjson"] socialImage = "android-chrome-512x512.webp" mainSections = ["posts"] mode = "light" - featherIconsCDN = true utterancesRepo = "msfjarvis/msfjarvis.dev" utterancesTheme = "github-light" diff --git a/themes/ezhil/layouts/partials/header.html b/themes/ezhil/layouts/partials/header.html index a907385..7fb58b3 100644 --- a/themes/ezhil/layouts/partials/header.html +++ b/themes/ezhil/layouts/partials/header.html @@ -19,7 +19,7 @@ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - + diff --git a/themes/ezhil/static/css/font.css b/themes/ezhil/static/css/font.css new file mode 100644 index 0000000..b989e60 --- /dev/null +++ b/themes/ezhil/static/css/font.css @@ -0,0 +1,36 @@ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 200; + src: url(/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype'); +} +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 300; + src: url(/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: italic; + font-weight: 300; + src: url(/fonts/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf) format('truetype'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: italic; + font-weight: 400; + src: url(/fonts/4iCu6KVjbNBYlgoKej70l0w.ttf) format('truetype'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 300; + src: url(/fonts/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype'); +} +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 400; + src: url(/fonts/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype'); +} diff --git a/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf b/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf new file mode 100644 index 0000000..4c85d1e Binary files /dev/null and b/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf differ diff --git a/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf b/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf new file mode 100644 index 0000000..4df2af3 Binary files /dev/null and b/themes/ezhil/static/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf differ diff --git a/themes/ezhil/static/fonts/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf b/themes/ezhil/static/fonts/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf new file mode 100644 index 0000000..c158b25 Binary files /dev/null and b/themes/ezhil/static/fonts/4iCp6KVjbNBYlgoKejZftVyPN4Q.ttf differ diff --git a/themes/ezhil/static/fonts/4iCs6KVjbNBYlgoKfw7z.ttf b/themes/ezhil/static/fonts/4iCs6KVjbNBYlgoKfw7z.ttf new file mode 100644 index 0000000..54cc79c Binary files /dev/null and b/themes/ezhil/static/fonts/4iCs6KVjbNBYlgoKfw7z.ttf differ diff --git a/themes/ezhil/static/fonts/4iCu6KVjbNBYlgoKej70l0w.ttf b/themes/ezhil/static/fonts/4iCu6KVjbNBYlgoKej70l0w.ttf new file mode 100644 index 0000000..2ec50a4 Binary files /dev/null and b/themes/ezhil/static/fonts/4iCu6KVjbNBYlgoKej70l0w.ttf differ diff --git a/themes/ezhil/static/fonts/4iCv6KVjbNBYlgoC1CzjsGyI.ttf b/themes/ezhil/static/fonts/4iCv6KVjbNBYlgoC1CzjsGyI.ttf new file mode 100644 index 0000000..e11f730 Binary files /dev/null and b/themes/ezhil/static/fonts/4iCv6KVjbNBYlgoC1CzjsGyI.ttf differ