Skip to content

Commit

Permalink
Miso as font for headings. Use moar corporate design!
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo Köhler committed Aug 15, 2014
1 parent 4a52c26 commit 6555c11
Show file tree
Hide file tree
Showing 13 changed files with 1,308 additions and 1 deletion.
49 changes: 48 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
/* Import Miso Webfont */
@font-face {
font-family: 'misoregular';
src: url('../fonts/../fonts/miso-regular-webfont.eot');
src: url('../fonts/miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/miso-regular-webfont.woff') format('woff'),
url('../fonts/miso-regular-webfont.ttf') format('truetype'),
url('../fonts/miso-regular-webfont.svg#misoregular') format('svg');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'misolight';
src: url('../fonts/miso-light-webfont.eot');
src: url('../fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/miso-light-webfont.woff') format('woff'),
url('../fonts/miso-light-webfont.ttf') format('truetype'),
url('../fonts/miso-light-webfont.svg#misolight') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'misobold';
src: url('../fonts/miso-bold-webfont.eot');
src: url('../fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/miso-bold-webfont.woff') format('woff'),
url('../fonts/miso-bold-webfont.ttf') format('truetype'),
url('../fonts/miso-bold-webfont.svg#misobold') format('svg');
font-weight: normal;
font-style: normal;

}

/* Override some defaults */
html, body {
background-color: #000;
Expand Down Expand Up @@ -28,6 +66,10 @@ footer p {
margin-right: auto;
}

.navbar,h1,h2,h3,h4,h5{
font-family: 'misoregular';
}

h1,h3,h4 {
color: #ccc;
text-align: center;
Expand Down Expand Up @@ -93,10 +135,15 @@ h4{
color: #64CD0E;
}

.navbar {
.navbar{
font-size: 25px;
margin-bottom: 0px;
}

.navbar-brand{
font-size: 30px;
}

.graph h4 {
text-align: center;
}
Expand Down
Binary file added fonts/miso-bold-webfont.eot
Binary file not shown.
420 changes: 420 additions & 0 deletions fonts/miso-bold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/miso-bold-webfont.ttf
Binary file not shown.
Binary file added fonts/miso-bold-webfont.woff
Binary file not shown.
Binary file added fonts/miso-light-webfont.eot
Binary file not shown.
420 changes: 420 additions & 0 deletions fonts/miso-light-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/miso-light-webfont.ttf
Binary file not shown.
Binary file added fonts/miso-light-webfont.woff
Binary file not shown.
Binary file added fonts/miso-regular-webfont.eot
Binary file not shown.
420 changes: 420 additions & 0 deletions fonts/miso-regular-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/miso-regular-webfont.ttf
Binary file not shown.
Binary file added fonts/miso-regular-webfont.woff
Binary file not shown.

0 comments on commit 6555c11

Please sign in to comment.