Skip to content

Commit

Permalink
Remove heebo and darken yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Eaton committed Jul 12, 2016
1 parent b87f7ed commit 00225c9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 104 deletions.
Binary file removed assets/fonts/heebo/Heebo-Light.ttf
Binary file not shown.
Binary file removed assets/fonts/heebo/Heebo-Regular.ttf
Binary file not shown.
Binary file removed assets/fonts/heebo/Heebo-Thin.ttf
Binary file not shown.
92 changes: 0 additions & 92 deletions assets/fonts/heebo/OFL.txt

This file was deleted.

5 changes: 0 additions & 5 deletions devServer.js
Expand Up @@ -4,11 +4,6 @@ var webpack = require('webpack');
var config = require('./webpack.config.dev');
var mime = require('mime');

express.static.mime.define({
'application/x-font-ttf': ['ttf'],
'application/font-ttf': ['ttf']
});

var app = express();
var compiler = webpack(config);

Expand Down
8 changes: 1 addition & 7 deletions scss/manager.scss
Expand Up @@ -6,7 +6,7 @@ $linode-blue: #4A90E2;
$linode-dark-blue: darken($linode-blue, 10%);
$linode-green: #38D377;
$linode-red: #F24C2B;
$linode-yellow: #FFFCF0;
$linode-yellow: #fef2c0;
$linode-black: #4B4B4B;
$linode-light-black: #666666;
$linode-lightest-black: #ACACAC;
Expand Down Expand Up @@ -37,11 +37,6 @@ $font-size: .9rem;
@import 'layout/linode-details';
@import 'layout/linodes';

@font-face {
font-family: Heebo;
src: url('/assets/fonts/heebo/Heebo-Regular.ttf') format('truetype');
}

* {
transition: background .35s, color .2s, border .1s;
}
Expand All @@ -52,7 +47,6 @@ body {
min-width: 1007px; /* can fix later */
color: $linode-black;
margin-top: $nav-height;
font-family: "Heebo", sans-serif;
font-size: $font-size;
}

Expand Down

0 comments on commit 00225c9

Please sign in to comment.