From 9285486f797b5843aeef7b9be6f4a8dd759ae59a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 26 May 2012 16:36:56 +0200 Subject: 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. --- doc/user/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user/Makefile.am') 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 -- cgit v1.2.3