about summary refs log tree commit diff stats
path: root/css/fonts/courier-prime.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/fonts/courier-prime.css')
-rw-r--r--css/fonts/courier-prime.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css deleted file mode 100644 index 0a38383..0000000 --- a/css/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}