diff options
author | Case Duckworth | 2015-03-26 19:46:45 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-26 19:46:45 -0700 |
commit | c654151582a77a0b459e3f55b687e43a32d4b67d (patch) | |
tree | 6d5d5d2b5f5650b494318e66cef6135b32c0cc72 /fonts/courier-prime.css | |
parent | Flatten directory structure (diff) | |
download | autocento-c654151582a77a0b459e3f55b687e43a32d4b67d.tar.gz autocento-c654151582a77a0b459e3f55b687e43a32d4b67d.zip |
Add HAPAX LEGOMENA support & flatten structure
The list of hapax legomena for this project is available at /hapax.html. In addition, the directory structure has been further flattened. All assets (javascript, lua, images, fonts) are in /trunk/. One other thing was to update the makefile. It compiles hapax.txt from rivers.
Diffstat (limited to 'fonts/courier-prime.css')
-rw-r--r-- | fonts/courier-prime.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/fonts/courier-prime.css b/fonts/courier-prime.css deleted file mode 100644 index 0a38383..0000000 --- a/fonts/courier-prime.css +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
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: "Courier Prime"; | ||
8 | font-weight: normal; | ||
9 | font-style: normal; | ||
10 | src: url("Courier_Prime.ttf"); | ||
11 | } | ||
12 | @font-face { | ||
13 | font-family: "Courier Prime"; | ||
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: "Courier Prime"; | ||
21 | font-weight: bold; | ||
22 | font-style: normal; | ||
23 | src: url("Courier_Prime_Bold.ttf"); | ||
24 | } | ||
25 | @font-face { | ||
26 | font-family: "Courier Prime"; | ||
27 | font-weight: bold; | ||
28 | font-style: italic; | ||
29 | src: url("Courier_Prime_Bold_Italic.ttf"); | ||
30 | } | ||