From 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 19:19:32 -0700 Subject: Change width of webpages; streamline template --- css/fonts/playfair.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css/fonts/playfair.css') diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css index 4200869..da8431e 100644 --- a/css/fonts/playfair.css +++ b/css/fonts/playfair.css @@ -52,14 +52,14 @@ /* SMALL CAPS VARIANT {{{ */ /* Regular = 400 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 400; font-style: normal; src: url("PlayfairDisplaySC-Regular.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 400; font-style: italic; @@ -67,14 +67,14 @@ } /* Bold = 700 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 700; font-style: normal; src: url("PlayfairDisplaySC-Bold.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 700; font-style: italic; @@ -82,14 +82,14 @@ } /* Black = 900 */ @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 900; font-style: normal; src: url("PlayfairDisplaySC-Black.ttf"); } @font-face { - font-family: Playfair; + font-family: PlayfairSC; font-variant: small-caps; font-weight: 900; font-style: italic; -- cgit 1.4.1-21-gabe81