From: Ben Harris Date: Sun, 22 Mar 2020 12:59:51 +0000 (+0000) Subject: Switch to using text for the Web page title X-Git-Tag: bedstead-002.001~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=885cfc5560a1bc6e5fa25e6ee3f8a61864733895;p=bedstead-debian.git Switch to using text for the Web page title A typical Web browser support Web Fonts these days, so there's no need to use an image for the purpose. The other images remain for now since they're not really representing text. --- diff --git a/Makefile b/Makefile index 879a6a5..9cf9703 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DISTFILES = bedstead.c Makefile COPYING NEWS \ bedstead-complement.pdf all: $(DISTFILES) \ - sample.png title.png extended.png + sample.png extended.png .PHONY: experimental experimental: bedstead-chiseltip.otf bedstead-plotter-thin.otf \ diff --git a/bedstead.css b/bedstead.css index c7a3407..022f6ba 100644 --- a/bedstead.css +++ b/bedstead.css @@ -23,6 +23,13 @@ pre { line-height: 1em; } +h1 { + font-size: 5em; + font-weight: inherit; + margin-top: 0; + margin-bottom: -0.2em; +} + h2 { font-size: 2em; font-stretch: ultra-condensed; diff --git a/index.xhtml b/index.xhtml index db0cf03..4855e80 100644 --- a/index.xhtml +++ b/index.xhtml @@ -9,7 +9,7 @@ -

Bedstead

+

Bedstead

Bedstead is a family of outline fonts based on the characters produced by the Mullard SAA5050 series of Teletext Character Generators. The diff --git a/title.ps b/title.ps deleted file mode 100644 index b8eea45..0000000 --- a/title.ps +++ /dev/null @@ -1,8 +0,0 @@ -<< /HWResolution [ 72 72 ] /PageSize [ 470 90 ] >> setpagedevice -/Bedstead findfont 100 scalefont setfont -0 10 moveto -/s { show } def -/k { -10 0 rmoveto } def -% Manually apply the 'palt' OTF feature to improve the spacing -(Beds) s k (t) s k (ead) s -showpage