Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76090130 authored by Manoj Nair's avatar Manoj Nair
Browse files

config yml modified to include font family

parent 7778a344
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -39,3 +39,11 @@ theme: minima
#   - vendor/cache/
#   - vendor/gems/
#   - vendor/ruby/

# Fonts for the site

fonts: 

 primary: century-gothic

 secondary: sans-serif
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
---
---

* {
  
  font-family: century-gothic, sans-serif;
  font-family: '{{ site.fonts.primary }}' , {{ site.fonts.secondary }};

}