diff --git a/.gitignore b/.gitignore
index d8a7c67..9e405be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
_site
-.ruby-version
\ No newline at end of file
+.ruby-version
+.DS_Store
\ No newline at end of file
diff --git a/fonts/OpenSans-Light-webfont.eot b/fonts/OpenSans-Light-webfont.eot
new file mode 100755
index 0000000..4afa007
Binary files /dev/null and b/fonts/OpenSans-Light-webfont.eot differ
diff --git a/fonts/OpenSans-Light-webfont.svg b/fonts/OpenSans-Light-webfont.svg
new file mode 100755
index 0000000..6f8fbd1
--- /dev/null
+++ b/fonts/OpenSans-Light-webfont.svg
@@ -0,0 +1,1829 @@
+
+
+
\ No newline at end of file
diff --git a/fonts/OpenSans-Light-webfont.ttf b/fonts/OpenSans-Light-webfont.ttf
new file mode 100755
index 0000000..b72b3bf
Binary files /dev/null and b/fonts/OpenSans-Light-webfont.ttf differ
diff --git a/fonts/OpenSans-Light-webfont.woff b/fonts/OpenSans-Light-webfont.woff
new file mode 100755
index 0000000..57a9615
Binary files /dev/null and b/fonts/OpenSans-Light-webfont.woff differ
diff --git a/fonts/OpenSans-LightItalic-webfont.eot b/fonts/OpenSans-LightItalic-webfont.eot
new file mode 100755
index 0000000..81d7854
Binary files /dev/null and b/fonts/OpenSans-LightItalic-webfont.eot differ
diff --git a/fonts/OpenSans-LightItalic-webfont.svg b/fonts/OpenSans-LightItalic-webfont.svg
new file mode 100755
index 0000000..6d16bcb
--- /dev/null
+++ b/fonts/OpenSans-LightItalic-webfont.svg
@@ -0,0 +1,1833 @@
+
+
+
\ No newline at end of file
diff --git a/fonts/OpenSans-LightItalic-webfont.ttf b/fonts/OpenSans-LightItalic-webfont.ttf
new file mode 100755
index 0000000..1f1fb84
Binary files /dev/null and b/fonts/OpenSans-LightItalic-webfont.ttf differ
diff --git a/fonts/OpenSans-LightItalic-webfont.woff b/fonts/OpenSans-LightItalic-webfont.woff
new file mode 100755
index 0000000..eac0bb1
Binary files /dev/null and b/fonts/OpenSans-LightItalic-webfont.woff differ
diff --git a/stylesheets/screen.css b/stylesheets/screen.css
index 138319f..8f71e2f 100644
--- a/stylesheets/screen.css
+++ b/stylesheets/screen.css
@@ -56,6 +56,34 @@
font-style: normal;
}
+@font-face {
+ font-family: 'Open Sans';
+ src: url('OpenSans-Light-webfont.eot');
+ src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
+ url('OpenSans-Light-webfont.woff2') format('woff2'),
+ url('OpenSans-Light-webfont.woff') format('woff'),
+ url('OpenSans-Light-webfont.ttf') format('truetype'),
+ url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
+ font-weight: lighter;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'Open Sans';
+ src: url('OpenSans-LightItalic-webfont.eot');
+ src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
+ url('OpenSans-LightItalic-webfont.woff2') format('woff2'),
+ url('OpenSans-LightItalic-webfont.woff') format('woff'),
+ url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
+ url('OpenSans-LightItalic-webfont.svg#OpenSans') format('svg');
+ font-weight: lighter;
+ font-style: italic;
+
+}
+
+
+
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
@@ -153,6 +181,11 @@ header span.ribbon-inner {
z-index: 1;
}
+header span.ribbon-inner>h2{
+ font-weight: lighter;
+ font-style: italic;
+}
+
header span.left-tail, header span.right-tail {
position: relative;
display: block;
@@ -188,7 +221,7 @@ header h1 {
header h2 {
background-color: #7c334f;
- font: bold italic .85em/1.5 Georgia, Times, “Times New Roman”, serif;
+ font-size: .95em;
color: #e69b95;
padding-bottom: 14px;
margin-top: -3px;
@@ -313,7 +346,7 @@ footer span.ribbon-inner p {
background-color: #7c334f;
margin: 0;
color: #e69b95;
- font: bold italic 12px/1 Georgia, Times, “Times New Roman”, serif;
+ font: lighter italic 12px/1 "Open Sans", Myriad, Helvetica, sans-serif;
padding-bottom:4px;
}
@@ -387,6 +420,7 @@ h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}
+
p {
margin: .7em 0;
}