diff --git a/pelicanconf.py b/pelicanconf.py index cfbf275..03e0d0a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -45,4 +45,5 @@ THEME = 'themes/bs3' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg' + HIDE_SIDEBAR = True \ No newline at end of file diff --git a/themes/bs3/static/css/bootstrap.cyborg.min.css b/themes/bs3/static/css/bootstrap.cyborg.min.css index c63d050..d2f0255 100644 --- a/themes/bs3/static/css/bootstrap.cyborg.min.css +++ b/themes/bs3/static/css/bootstrap.cyborg.min.css @@ -1,3 +1,27 @@ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-regular.ttf) format('truetype'); +} +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 700; + src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto-bold.ttf) format('truetype'); +} +@font-face { + font-family: 'HugFemmes'; + font-style: normal; + font-weight: 400; + src: url(../fonts/hug-femmes.ttf) format('truetype'); +} +@font-face { + font-family: 'HugFemmesBold'; + font-style: normal; + font-weight: 700; + src: url(../fonts/hug-femmes-bold.ttf) format('truetype'); +} /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css index a99f23b..3872abb 100644 --- a/themes/bs3/static/css/custom.css +++ b/themes/bs3/static/css/custom.css @@ -13,4 +13,8 @@ } .navbar-default .navbar-nav > li > a { color: #85CC95; +} +.navbar-brand { + font-family: HugFemmesBold; + font-weight: 700; } \ No newline at end of file diff --git a/themes/bs3/static/fonts/hug-femmes-bold.ttf b/themes/bs3/static/fonts/hug-femmes-bold.ttf new file mode 100644 index 0000000..bcc5b74 Binary files /dev/null and b/themes/bs3/static/fonts/hug-femmes-bold.ttf differ diff --git a/themes/bs3/static/fonts/hug-femmes.ttf b/themes/bs3/static/fonts/hug-femmes.ttf new file mode 100644 index 0000000..1b6f8c3 Binary files /dev/null and b/themes/bs3/static/fonts/hug-femmes.ttf differ diff --git a/themes/bs3/static/fonts/roboto-bold.ttf b/themes/bs3/static/fonts/roboto-bold.ttf new file mode 100644 index 0000000..19090af Binary files /dev/null and b/themes/bs3/static/fonts/roboto-bold.ttf differ diff --git a/themes/bs3/static/fonts/roboto-regular.ttf b/themes/bs3/static/fonts/roboto-regular.ttf new file mode 100644 index 0000000..7b25f3c Binary files /dev/null and b/themes/bs3/static/fonts/roboto-regular.ttf differ diff --git a/themes/bs3/templates/base.html b/themes/bs3/templates/base.html index aba191a..1c47484 100644 --- a/themes/bs3/templates/base.html +++ b/themes/bs3/templates/base.html @@ -73,109 +73,111 @@
-