mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
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.
This commit is contained in:
parent
facb08e709
commit
885cfc5560
2
Makefile
2
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 \
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="bedstead.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><img alt="Bedstead" src="title.png"/></h1>
|
||||
<h1>Bedstead</h1>
|
||||
<p>Bedstead is a family of outline fonts based on the characters
|
||||
produced by the
|
||||
Mullard SAA5050 series of Teletext Character Generators. The
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user