diff options
Diffstat (limited to 'css/fonts/courier-prime.css')
-rw-r--r-- | css/fonts/courier-prime.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css new file mode 100644 index 0000000..0550e90 --- /dev/null +++ b/css/fonts/courier-prime.css | |||
@@ -0,0 +1,30 @@ | |||
1 | /* COURIER PRIME FONT for Autocento project. | ||
2 | * ONLY PUT @font-face RULES HERE. | ||
3 | */ | ||
4 | |||
5 | /* Normal = normal */ | ||
6 | @font-face { | ||
7 | font-family: CourierPrime; | ||
8 | font-weight: normal; | ||
9 | font-style: normal; | ||
10 | src: url("Courier_Prime.ttf"); | ||
11 | } | ||
12 | @font-face { | ||
13 | font-family: CourierPrime; | ||
14 | font-weight: normal; | ||
15 | font-style: italic; | ||
16 | src: url("Courier_Prime_Italic.ttf"); | ||
17 | } | ||
18 | /* Bold = bold */ | ||
19 | @font-face { | ||
20 | font-family: CourierPrime; | ||
21 | font-weight: bold; | ||
22 | font-style: normal; | ||
23 | src: url("Courier_Prime_Bold.ttf"); | ||
24 | } | ||
25 | @font-face { | ||
26 | font-family: CourierPrime; | ||
27 | font-weight: bold; | ||
28 | font-style: italic; | ||
29 | src: url("Courier_Prime_Bold_Italic.ttf"); | ||
30 | } | ||