diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Courier_Prime.ttf | bin | 98156 -> 0 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Bold.ttf | bin | 91368 -> 0 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Bold_Italic.ttf | bin | 91908 -> 0 bytes | |||
-rw-r--r-- | fonts/Courier_Prime_Italic.ttf | bin | 96196 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_R.otf | bin | 528064 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_R.woff | bin | 515460 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RB.otf | bin | 426060 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RB.woff | bin | 442244 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RBI.otf | bin | 363740 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RBI.woff | bin | 301560 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RI.otf | bin | 445044 -> 0 bytes | |||
-rw-r--r-- | fonts/LinLibertine_RI.woff | bin | 458368 -> 0 bytes | |||
-rw-r--r-- | fonts/courier-prime.css | 30 | ||||
-rw-r--r-- | fonts/libertine.css | 31 |
14 files changed, 0 insertions, 61 deletions
diff --git a/fonts/Courier_Prime.ttf b/fonts/Courier_Prime.ttf deleted file mode 100644 index db4e6c1..0000000 --- a/fonts/Courier_Prime.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Bold.ttf b/fonts/Courier_Prime_Bold.ttf deleted file mode 100644 index 1b0888c..0000000 --- a/fonts/Courier_Prime_Bold.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Bold_Italic.ttf b/fonts/Courier_Prime_Bold_Italic.ttf deleted file mode 100644 index d4e7186..0000000 --- a/fonts/Courier_Prime_Bold_Italic.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/Courier_Prime_Italic.ttf b/fonts/Courier_Prime_Italic.ttf deleted file mode 100644 index 75a1343..0000000 --- a/fonts/Courier_Prime_Italic.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_R.otf b/fonts/LinLibertine_R.otf deleted file mode 100644 index 6d345d5..0000000 --- a/fonts/LinLibertine_R.otf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_R.woff b/fonts/LinLibertine_R.woff deleted file mode 100644 index 0357ad4..0000000 --- a/fonts/LinLibertine_R.woff +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RB.otf b/fonts/LinLibertine_RB.otf deleted file mode 100644 index 811cea8..0000000 --- a/fonts/LinLibertine_RB.otf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RB.woff b/fonts/LinLibertine_RB.woff deleted file mode 100644 index a0dbbbf..0000000 --- a/fonts/LinLibertine_RB.woff +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RBI.otf b/fonts/LinLibertine_RBI.otf deleted file mode 100644 index c1a4ff7..0000000 --- a/fonts/LinLibertine_RBI.otf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RBI.woff b/fonts/LinLibertine_RBI.woff deleted file mode 100644 index 402494e..0000000 --- a/fonts/LinLibertine_RBI.woff +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RI.otf b/fonts/LinLibertine_RI.otf deleted file mode 100644 index 288f5d0..0000000 --- a/fonts/LinLibertine_RI.otf +++ /dev/null | |||
Binary files differ | |||
diff --git a/fonts/LinLibertine_RI.woff b/fonts/LinLibertine_RI.woff deleted file mode 100644 index e2a0ae4..0000000 --- a/fonts/LinLibertine_RI.woff +++ /dev/null | |||
Binary files differ | |||
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 | } | ||
diff --git a/fonts/libertine.css b/fonts/libertine.css deleted file mode 100644 index 7432d14..0000000 --- a/fonts/libertine.css +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
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 | } | ||