Skip to content

Commit

Permalink
css: removing multiple font-family declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 14, 2018
1 parent 47ef42a commit 0c4e2f7
Show file tree
Hide file tree
Showing 89 changed files with 513 additions and 1,274 deletions.
1 change: 0 additions & 1 deletion app/assets/cookielaw/css/cookielaw.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
background-color: #F2F6F9;
width: 100%;
z-index: 999999999;
font-family: 'Muli', sans-serif;
}

#CookielawBanner .container {
Expand Down
23 changes: 2 additions & 21 deletions app/assets/onepager/css/main.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
/* One-Pager CSS */
@charset "UTF-8";
/* stylelint-disable no-descending-specificity */

/* ...because sometimes descending-specificity is a PIA to clean up */

/* Futura */

@font-face {
font-family: 'futura-pt';
src: url('/static/v2/fonts/futura/font4.ttf')/* TTF file for CSS3 browsers */
}

/* Muli Regular */

@font-face {
font-family: 'Muli';
src: url('/static/v2/fonts/Muli/Regular.ttf');
font-weight: 400;
}

body {
line-height: 1;
font-family: 'Muli', sans-serif !important;
font-family: 'Muli', sans-serif;
-webkit-text-size-adjust: none;
overflow: hidden;
width: 100%;
Expand Down Expand Up @@ -72,7 +56,6 @@ body.is-loading:after {
text-transform: uppercase;
font-size: 14px;
padding: 4px 7px;
font-family: 'Muli', sans-serif;
font-weight: 100;
letter-spacing: 0.15em;
margin: 5px;
Expand Down Expand Up @@ -716,8 +699,6 @@ dl dd {
position: absolute;
}

/* Footer */

#footer {
-moz-align-self: -moz-flex-end;
-webkit-align-self: -webkit-flex-end;
Expand Down
Loading

0 comments on commit 0c4e2f7

Please sign in to comment.