Skip to content

Commit

Permalink
css: removing multiple font-family declarations (#2192)
Browse files Browse the repository at this point in the history
* css: removing multiple font-family declarations

* pydocmd: added styleguide

* Wipes out font-family from random css
  • Loading branch information
thelostone-mc authored and Mark Beacom committed Sep 19, 2018
1 parent f28a9c7 commit 8af18de
Showing 91 changed files with 511 additions and 1,275 deletions.
1 change: 0 additions & 1 deletion app/assets/cookielaw/css/cookielaw.css
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
background-color: #F2F6F9;
width: 100%;
z-index: 999999999;
font-family: 'Muli', sans-serif;
}

#CookielawBanner .container {
22 changes: 1 addition & 21 deletions app/assets/onepager/css/main.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
/* 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;
-webkit-text-size-adjust: none;
overflow: hidden;
width: 100%;
@@ -72,7 +55,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;
@@ -716,8 +698,6 @@ dl dd {
position: absolute;
}

/* Footer */

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

0 comments on commit 8af18de

Please sign in to comment.