about summary refs log tree commit diff stats
path: root/trunk/libertine.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-26 19:46:45 -0700
committerCase Duckworth2015-03-26 19:46:45 -0700
commitc654151582a77a0b459e3f55b687e43a32d4b67d (patch)
tree6d5d5d2b5f5650b494318e66cef6135b32c0cc72 /trunk/libertine.css
parentFlatten directory structure (diff)
downloadautocento-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 'trunk/libertine.css')
-rw-r--r--trunk/libertine.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/trunk/libertine.css b/trunk/libertine.css new file mode 100644 index 0000000..7432d14 --- /dev/null +++ b/trunk/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}