Skip to content

Commit

Permalink
changed font to zilla slab made some tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
syamkumar committed May 2, 2018
1 parent 8f75ee6 commit e286a99
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 49 deletions.
87 changes: 44 additions & 43 deletions contributors.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
Font Family
------------------------------------*/
.g-font-family--primary {
font-family: Lato, sans-serif !important;
font-family: Zilla Slab , serif !important;
}

.g-font-family--secondary {
Expand Down
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html {

body {
font-size: 1rem;
font-family: Lato, sans-serif;
font-family: Zilla Slab , serif;
color: #222324;
line-height: 1.6;
background-color: #fff;
Expand Down Expand Up @@ -1967,7 +1967,7 @@ fieldset[disabled] .s-btn {
.s-header-v2__dropdown-menu-link {
font-size: 0.875rem;
font-weight: 400;
font-family: Lato, sans-serif;
font-family: Zilla Slab , serif;
color: rgba(34, 35, 36, 0.7) !important;
padding: .4375rem 2rem .4375rem 1.375rem !important;
transition-duration: 300ms;
Expand Down
3 changes: 2 additions & 1 deletion founders.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<meta itemprop="image" content="https://mozillakerala.org/img/bg.jpg">

<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i|Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:500&amp;subset=latin-ext" rel="stylesheet">


<!-- Vendor Styles -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<meta itemprop="image" content="https://mozillakerala.org/img/bg.jpg">

<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i|Montserrat:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:500&amp;subset=latin-ext" rel="stylesheet">


<!-- Vendor Styles -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $link-hover-decoration: none !default;
// //
// // Font, line-height, and color for body text, headings, and more.

$font-family-primary: Lato, sans-serif !default; // Default Font Lato font family
$font-family-primary: Zilla Slab, serif !default; // Default Font Lato font family
$font-family-secondary: Montserrat, sans-serif !default; // Secondary Font Montserrat font family
$font-family-playfair: Playfair Display, serif !default; // Default Font Playfair Display font family
$font-family-themify: themify !default; // Icon Font Themify font family
Expand Down

0 comments on commit e286a99

Please sign in to comment.