diff options
author | Case Duckworth | 2015-03-24 22:53:18 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-24 22:53:18 -0700 |
commit | df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb (patch) | |
tree | 9cb3585e91c71e0d56bff5fb1f0d6c8dc5f8c093 /fonts | |
parent | Disable Jekyll page rendering (diff) | |
download | autocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.tar.gz autocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.zip |
Change template and CSS for flatter structure
- Change CSS to one file - Change template to reflect CSS flattening
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Courier_Prime.ttf | bin | 0 -> 98156 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Bold.ttf | bin | 0 -> 91368 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Bold_Italic.ttf | bin | 0 -> 91908 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Italic.ttf | bin | 0 -> 96196 bytes | |||
-rw-r--r-- | fonts/LinLibertine_R.otf | bin | 0 -> 528064 bytes | |||
-rw-r--r-- | fonts/LinLibertine_R.woff | bin | 0 -> 515460 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RB.otf | bin | 0 -> 426060 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RB.woff | bin | 0 -> 442244 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RBI.otf | bin | 0 -> 363740 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RBI.woff | bin | 0 -> 301560 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RI.otf | bin | 0 -> 445044 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RI.woff | bin | 0 -> 458368 bytes | |||
-rw-r--r-- | fonts/courier-prime.css | 30 | ||||
-rw-r--r-- | fonts/libertine.css | 31 |
14 files changed, 61 insertions, 0 deletions
diff --git a/fonts/Courier_Prime.ttf b/fonts/Courier_Prime.ttf new file mode 100644 index 0000000..db4e6c1 --- /dev/null +++ b/fonts/Courier_Prime.ttf | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Bold.ttf b/fonts/Courier_Prime_Bold.ttf new file mode 100644 index 0000000..1b0888c --- /dev/null +++ b/fonts/Courier_Prime_Bold.ttf | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Bold_Italic.ttf b/fonts/Courier_Prime_Bold_Italic.ttf new file mode 100644 index 0000000..d4e7186 --- /dev/null +++ b/fonts/Courier_Prime_Bold_Italic.ttf | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Italic.ttf b/fonts/Courier_Prime_Italic.ttf new file mode 100644 index 0000000..75a1343 --- /dev/null +++ b/fonts/Courier_Prime_Italic.ttf | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_R.otf b/fonts/LinLibertine_R.otf new file mode 100644 index 0000000..6d345d5 --- /dev/null +++ b/fonts/LinLibertine_R.otf | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_R.woff b/fonts/LinLibertine_R.woff new file mode 100644 index 0000000..0357ad4 --- /dev/null +++ b/fonts/LinLibertine_R.woff | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RB.otf b/fonts/LinLibertine_RB.otf new file mode 100644 index 0000000..811cea8 --- /dev/null +++ b/fonts/LinLibertine_RB.otf | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RB.woff b/fonts/LinLibertine_RB.woff new file mode 100644 index 0000000..a0dbbbf --- /dev/null +++ b/fonts/LinLibertine_RB.woff | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RBI.otf b/fonts/LinLibertine_RBI.otf new file mode 100644 index 0000000..c1a4ff7 --- /dev/null +++ b/fonts/LinLibertine_RBI.otf | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RBI.woff b/fonts/LinLibertine_RBI.woff new file mode 100644 index 0000000..402494e --- /dev/null +++ b/fonts/LinLibertine_RBI.woff | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RI.otf b/fonts/LinLibertine_RI.otf new file mode 100644 index 0000000..288f5d0 --- /dev/null +++ b/fonts/LinLibertine_RI.otf | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RI.woff b/fonts/LinLibertine_RI.woff new file mode 100644 index 0000000..e2a0ae4 --- /dev/null +++ b/fonts/LinLibertine_RI.woff | |||
Binary files differ | |||
diff --git a/fonts/courier-prime.css b/fonts/courier-prime.css new file mode 100644 index 0000000..0a38383 --- /dev/null +++ b/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: "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 | } | ||
diff --git a/fonts/libertine.css b/fonts/libertine.css new file mode 100644 index 0000000..7432d14 --- /dev/null +++ b/fonts/libertine.css | |||
@@ -0,0 +1,31 @@ | |||
1 | /* CSS for Linux Libertine family of fonts */ | ||
2 | |||
3 | @font-face { | ||
4 | font-family: "Libertine"; | ||
5 | src: url('LinLibertine_R.woff'), | ||
6 | url('LinLibertine_R.otf'); | ||
7 | font-weight: 400; | ||
8 | font-style: normal; | ||
9 | } | ||
10 | @font-face { | ||
11 | font-family: "Libertine"; | ||
12 | src: url('LinLibertine_RB.woff'), | ||
13 | url('LinLibertine_RB.otf'); | ||
14 | font-weight: 700; | ||
15 | font-style: normal; | ||
16 | } | ||
17 | |||
18 | @font-face { | ||
19 | font-family: "Libertine"; | ||
20 | src: url('LinLibertine_RI.woff'), | ||
21 | url('LinLibertine_RI.otf'); | ||
22 | font-weight: 400; | ||
23 | font-style: italic; | ||
24 | } | ||
25 | @font-face { | ||
26 | font-family: "Libertine"; | ||
27 | src: url('LinLibertine_RBI.woff'), | ||
28 | url('LinLibertine_RBI.otf'); | ||
29 | font-weight: 700; | ||
30 | font-style: italic; | ||
31 | } | ||