From edae7fa33e230c9a8b0e374f2f921b6292952221 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 21:54:42 -0700 Subject: Fix basic typography in PAUL --- css/fonts/courier-prime.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/fonts/courier-prime.css') diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css index 0550e90..0a38383 100644 --- a/css/fonts/courier-prime.css +++ b/css/fonts/courier-prime.css @@ -4,26 +4,26 @@ /* Normal = normal */ @font-face { - font-family: CourierPrime; + font-family: "Courier Prime"; font-weight: normal; font-style: normal; src: url("Courier_Prime.ttf"); } @font-face { - font-family: CourierPrime; + font-family: "Courier Prime"; font-weight: normal; font-style: italic; src: url("Courier_Prime_Italic.ttf"); } /* Bold = bold */ @font-face { - font-family: CourierPrime; + font-family: "Courier Prime"; font-weight: bold; font-style: normal; src: url("Courier_Prime_Bold.ttf"); } @font-face { - font-family: CourierPrime; + font-family: "Courier Prime"; font-weight: bold; font-style: italic; src: url("Courier_Prime_Bold_Italic.ttf"); -- cgit 1.4.1-21-gabe81