diff options
Diffstat (limited to 'css/fonts')
-rw-r--r-- | css/fonts/courier-prime.css | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
4 | 4 | ||
5 | /* Normal = normal */ | 5 | /* Normal = normal */ |
6 | @font-face { | 6 | @font-face { |
7 | font-family: CourierPrime; | 7 | font-family: "Courier Prime"; |
8 | font-weight: normal; | 8 | font-weight: normal; |
9 | font-style: normal; | 9 | font-style: normal; |
10 | src: url("Courier_Prime.ttf"); | 10 | src: url("Courier_Prime.ttf"); |
11 | } | 11 | } |
12 | @font-face { | 12 | @font-face { |
13 | font-family: CourierPrime; | 13 | font-family: "Courier Prime"; |
14 | font-weight: normal; | 14 | font-weight: normal; |
15 | font-style: italic; | 15 | font-style: italic; |
16 | src: url("Courier_Prime_Italic.ttf"); | 16 | src: url("Courier_Prime_Italic.ttf"); |
17 | } | 17 | } |
18 | /* Bold = bold */ | 18 | /* Bold = bold */ |
19 | @font-face { | 19 | @font-face { |
20 | font-family: CourierPrime; | 20 | font-family: "Courier Prime"; |
21 | font-weight: bold; | 21 | font-weight: bold; |
22 | font-style: normal; | 22 | font-style: normal; |
23 | src: url("Courier_Prime_Bold.ttf"); | 23 | src: url("Courier_Prime_Bold.ttf"); |
24 | } | 24 | } |
25 | @font-face { | 25 | @font-face { |
26 | font-family: CourierPrime; | 26 | font-family: "Courier Prime"; |
27 | font-weight: bold; | 27 | font-weight: bold; |
28 | font-style: italic; | 28 | font-style: italic; |
29 | src: url("Courier_Prime_Bold_Italic.ttf"); | 29 | src: url("Courier_Prime_Bold_Italic.ttf"); |