Skip to content

Commit

Permalink
Add PTSans redo headers
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Dec 21, 2011
1 parent 82873f9 commit 759195a
Show file tree
Hide file tree
Showing 19 changed files with 691 additions and 0 deletions.
Binary file added fonts/PTS55F-webfont.eot
Binary file not shown.
153 changes: 153 additions & 0 deletions fonts/PTS55F-webfont.svg
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/PTS55F-webfont.ttf
Binary file not shown.
Binary file added fonts/PTS55F-webfont.woff
Binary file not shown.
Binary file added fonts/PTS56F-webfont.eot
Binary file not shown.
153 changes: 153 additions & 0 deletions fonts/PTS56F-webfont.svg
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/PTS56F-webfont.ttf
Binary file not shown.
Binary file added fonts/PTS56F-webfont.woff
Binary file not shown.
Binary file added fonts/PTS75F-webfont.eot
Binary file not shown.
157 changes: 157 additions & 0 deletions fonts/PTS75F-webfont.svg
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/PTS75F-webfont.ttf
Binary file not shown.
Binary file added fonts/PTS75F-webfont.woff
Binary file not shown.
Binary file added fonts/PTS76F-webfont.eot
Binary file not shown.
157 changes: 157 additions & 0 deletions fonts/PTS76F-webfont.svg
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/PTS76F-webfont.ttf
Binary file not shown.
Binary file added fonts/PTS76F-webfont.woff
Binary file not shown.
44 changes: 44 additions & 0 deletions lib/_ptsans.scss
@@ -0,0 +1,44 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 13, 2011 03:34:13 PM America/New_York */
@font-face {
font-family: 'PTSans';
src: url('/fonts/PTS76F-webfont.eot');
src: url('/fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/PTS76F-webfont.woff') format('woff'),
url('/fonts/PTS76F-webfont.ttf') format('truetype'),
url('/fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
font-weight: 700;
font-style: italic;
}

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

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

@font-face {
font-family: 'PTSans';
src: url('/fonts/PTS55F-webfont.eot');
src: url('/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/PTS55F-webfont.woff') format('woff'),
url('/fonts/PTS55F-webfont.ttf') format('truetype'),
url('/fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}
24 changes: 24 additions & 0 deletions lib/_type.scss
Expand Up @@ -23,18 +23,24 @@ p {
// --------

h1, h2, h3, h4, h5, h6 {
font-family: PTSans, serif;
font-weight: bold;
color: $grayDark;
small {
color: $grayLight;
}

}
h1, h2 {
font-size: 24px;
line-height: $baseline * 2;
small {
font-size: 13px;
}
&.larger {
font-size:28px;
font-weight:500;
}
}
h3, h4, h5, h6 {
line-height: $baseline * 1.5;
Expand All @@ -47,19 +53,35 @@ h3 {
small {
font-size: 11px;
}
&.larger {
font-size:24px;
font-weight:500;
}
}
h4 {
font-size: 16px;
small {
font-size: 10px;
}
&.larger {
font-size:18px;
font-weight:500;
}
}
h5 {
font-size: 14px;
&.larger {
font-size:16px;
font-weight:500;
}
}
h6 {
font-size: 13px;
color: $gray;
&.larger {
font-size:16px;
font-weight:500;
}
}

hgroup {
Expand All @@ -70,6 +92,8 @@ hgroup {
}
}



// COLORS
// ------

Expand Down
3 changes: 3 additions & 0 deletions lib/bootstrap.scss
Expand Up @@ -17,6 +17,9 @@
// CSS Reset
@import "reset.scss";

// Load PT Sans
@import "_ptsans.scss";

// Core
@import "_preboot.scss";
@import "_scaffolding.scss";
Expand Down

0 comments on commit 759195a

Please sign in to comment.