diff options
author | Ludovic Courtès | 2012-05-26 16:36:56 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-26 16:37:13 +0200 |
commit | 9285486f797b5843aeef7b9be6f4a8dd759ae59a (patch) | |
tree | 0881d5c492faab1432d8ccdd4628aaf5963ce5db /doc/user/Makefile.am | |
parent | e51f94d5b17721c7e734df2134bcd25af725df03 (diff) | |
download | skribilo-9285486f797b5843aeef7b9be6f4a8dd759ae59a.tar.gz skribilo-9285486f797b5843aeef7b9be6f4a8dd759ae59a.tar.lz skribilo-9285486f797b5843aeef7b9be6f4a8dd759ae59a.zip |
doc: Improve CSS using nice fonts with `@font-face'.
* doc/user/FONTS, doc/user/junction.ttf, doc/user/lobster-1.4.otf: New
files.
* doc/user/Makefile.am (EXTRA_DIST): Add `FONTS'.
(dist_html_DATA): Add `lobster-1.otf', and `junction.ttf'.
* doc/user/skribilo.css: Use Lobster and Junction via `@font-face'.
Improve other details.
* web/skribilo.css: Likewise.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 1637ebb..a2e6eab 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -25,12 +25,14 @@ EXTRA_DIST += src/api1.skb \ src/start3.skb src/start4.skb src/start5.skb \ src/outline.txt src/scheme.scm +EXTRA_DIST += FONTS skrinfodir = $(infodir) skrinfo_DATA = skribilo.info html_DATA = user.html user.sui -dist_html_DATA = skribilo.css +dist_html_DATA = skribilo.css \ + lobster-1.4.otf junction.ttf BUILT_SOURCES = lout/front-page.lout CLEANFILES = $(BUILT_SOURCES) $(html_DATA) skribilo.info |