58 Commits

Author SHA1 Message Date
Ben Harris
401ac714c5 Add a paragraphs about the other semi-graphics Bedstead can do
They could probably do with examples as well.
2025-10-04 16:49:15 +01:00
Ben Harris
bb5d6c879b Update version to 3.252 2025-05-27 22:24:01 +01:00
Ben Harris
da2e1af9d4 Update version to 3.251 2025-02-02 17:00:00 +00:00
Ben Harris
894b5c2d4f Update version to 3.246
New major version for vendor and foundry IDs and removing Mac Roman
support.  Minor version indicates the sixth release of 2024.
2024-11-24 17:03:50 +00:00
Ben Harris
62d562879a Update Web page for new generation procedure 2024-11-16 11:53:04 +00:00
Ben Harris
77efacaa0a Add some SPDX-License-Identifier headers
In places where they don't get in the way.
2024-10-24 00:01:26 +01:00
Ben Harris
6bac55c65b Update version to 002.009
This release is just to give the Debian build a more sensible base to
work from.
2024-10-19 21:02:11 +01:00
Ben Harris
6bf599f447 Update version to 002.008 2024-10-05 13:06:39 +01:00
Ben Harris
79c1606966 Light HTML modernisation
The "sizes" attribute on the icon <links> wasn't allowed by XHTML 1.0
Strict, so I've removed the DOCTYPE for that.  Meanwhile HTML 5
doesn't want you declaring a <meta http-equiv="content-type">
specifying XHTML, so I've removed that as well.  So now it's
XML-syntax HTML 5, which seems sensible to me even if other people
don't like XML.
2024-09-27 21:01:35 +01:00
Ben Harris
f243706d38 Use no-break spaces in Web page
I added them to Bedstead so I may as well use them.
2024-09-27 20:21:23 +01:00
Ben Harris
dbf936f949 Convert the fading <div> in the Web page back to a <span>
HTML doesn't allow <div> inside <h1>.  I found before that using a
<span> caused the background not to work.  That seems to be down to CSS2
section 10.6.1, describing inline, non-replaced elements: "The height of
the content area should be based on the font, but this specification
does not specify how."

Happily, we can just define this particular <span> to be a block
element, so that it behaves like a <div> even though it's a <span>.
That works fine, and because we're only using it to get a well-defined
content area it doesn't matter if it's ineffective when the stylesheet
is missing.
2024-09-27 19:07:50 +01:00
Ben Harris
3b920b8698 Use EN DASH characters directly in Web page, without entities
The W3C HTML 5 checker objects to my use of "&ndash;" and I can't see
any reason why I should use it.  The page is unashamedly in UTF-8, so
there's not much benefit to singling out this one character for special
treatment.

The page is still officially in XHTML 1.0 Strict at the moment, but I
might want to change that, which is why I'm paying attention to an
HTML 5 checker.
2024-09-27 11:58:26 +01:00
Ben Harris
b5b40b0ba1 Add link to gitweb
It's in a rather weird place, but it's still useful.
2024-09-26 14:57:57 +01:00
Ben Harris
b8afbee0dc Update version to 002.007 2024-09-24 14:26:49 +01:00
Ben Harris
c837049c42 Update Web page for Unicode 16.0 separated graphics 2024-09-22 11:15:35 +01:00
Ben Harris
8e065c9c30 Consistent apostrophes in HTML 2024-08-17 00:11:11 +01:00
Ben Harris
2a4fec6c17 Add an icon to the Web page
I generate various sizes because the 16-pixel version looks better than
the scaled-down larger versions.
2024-08-17 00:11:11 +01:00
Ben Harris
ba835bd5a2 Re-order Greek and Hebrew samples
The final versions of letters should obviously come after the normal
ones.  While I'm there, I've also put the variant phi after the ordinary
one.

Thanks to Adam for pointing this out.
2024-06-18 21:10:18 +01:00
Ben Harris
612d65862a Update version to 002.006 2024-05-24 15:22:16 +01:00
Ben Harris
2d919655cf Update version to 002.005 2024-05-12 00:57:49 +01:00
Ben Harris
f4d70be7c8 Fix XML tag mismatch in Web page heading 2022-09-15 10:11:40 +01:00
Ben Harris
ba056bc380 Replace span with div in h1 of Web page
This makes the masked object the same height as the containing
heading, which avoids the dark bars above and below it when on a
brighter display than mine.
2022-02-27 14:49:45 +00:00
Ben Harris
bcf0160700 Update version to 002.004 2022-02-27 13:51:02 +00:00
Ben Harris
dfc5e415f4 New title for Web page and some other tweaks
The new title is a fade from a (manipulated) photo of the word
"Bedstead" displayed by my Beeb on a CRT monitor into the title text in
Bedstead Extended.  The other visible tweak is to increase the left
margin so that the headings have some clearance from the left edge of
the window.  At the same time, I've set the other margins explicitly to
the 8px that Firefox and Chromium use by default.
2022-02-26 23:17:59 +00:00
Ben Harris
a83d38bd02 Update version to 002.003 2021-10-16 21:58:25 +01:00
Ben Harris
58b3481609 Remove CC0 button from Web page
A couple of reasons.  Firstly, being hosted externally it was an
unnecessary privacy leak.  I could have included it in the
distribution (and thus hosted it myself), but it would have perversely
been the least free thing in there.

Secondly, its colours jarred with the rest of the page.  If the button
were free, I could adjust its colours to match the rest of the page,
but it's not and changing its colours isn't allowed.  I did wonder
about playing games with CSS filters, but that would be complicated
and not really in keeping with the spirit of the licence.

Given both of those, removing it seems like the simplest approach.
2021-10-16 21:34:07 +01:00
Ben Harris
ab9a89483b Minimal re-arrangement of Web page into a less silly layout 2021-10-16 21:13:34 +01:00
Ben Harris
147e68b10d Minimal Web page updates for Bedstead Bold 2021-10-16 20:06:33 +01:00
Ben Harris
63987f1016 Update various external URLs on Web page
Mostly switching to HTTPS, but also a new FontForge home page.
2021-10-16 19:43:47 +01:00
Ben Harris
fae888dcc9 Update Web page for the switch to Git 2021-10-16 19:21:43 +01:00
Ben Harris
23d235be04 Fix XHTML validity 2021-10-10 20:39:20 +01:00
Ben Harris
04ed02b738 Update version number to 002.002 2020-06-22 21:11:47 +01:00
Ben Harris
591d365428 Link to release notes from Web page 2020-03-30 00:31:28 +01:00
Ben Harris
6c0e11d6f5 Update version to 002.001 2020-03-29 22:25:20 +01:00
Ben Harris
31a06494cc Moderate tidyings-up of the Web page
It's not nice, but it's not horrifying any more either.
2020-03-29 16:10:36 +01:00
Ben Harris
41b698b29e First attempt at translating sample images into HTML
On browsers that support Web fonts, it seems silly to still be using 
images for displaying font samples.  So I've tried to translate the 
samples into HTML.  The result is a bit of a mess, but it roughly works.  
The images are still there, and the stylesheet tries to arrange that 
they get used where appropriate, and that speech synthesizers don't try 
to read the samples.
2020-03-29 12:21:50 +01:00
Ben Harris
b4a95ce0e3 Add a sample of separated graphics to the Web page 2020-03-29 00:33:48 +00:00
Ben Harris
885cfc5560 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.
2020-03-22 12:59:51 +00:00
Ben Harris
f5d0ac6a9a Add a gratuitous example of mosaic graphics to the Web page 2020-03-22 12:42:04 +00:00
Ben Harris
6696756201 Update description of mosaic graphics on Web page. 2020-03-21 22:04:41 +00:00
Ben Harris
00a0904d64 Update version number in HTML as well. 2018-04-25 22:34:14 +01:00
Ben Harris
e53f8b7c51 Remove mention of stroked fonts from Web page.
I'm not quite confident enough in them yet.
2018-04-25 22:11:58 +01:00
Ben Harris
438e6cc037 Mention glyph complement on Web page. 2018-04-09 22:01:43 +01:00
Ben Harris
665a6dc28b Mention stroked fonts on Web page (with a sample). 2018-04-04 22:17:06 +01:00
Ben Harris
f7213d3cad Version 001.003 2017-07-16 22:11:31 +01:00
Ben Harris
4e49e40715 Correct alt text for extended.png. 2017-07-16 14:58:25 +01:00
Ben Harris
98aea4b098 Remove sample of mosaic graphics.
I don't think I can depend on browser font support just yet.
2017-07-16 14:57:39 +01:00
Ben Harris
6062313421 Comprehensive rework of widths. Now there are six.
The names of the widths now track those in the OpenType 'OS/2' table, so 
the former condensed and semicondensed are now ultra-condensed and 
extra-condensed, and there are new condensed and semi-condensed widths 
to fill the gaps.  Also, the fonts are named more consistently with 
Adobe's practice: "Bedstead Semi Condensed" and so forth.

The new Bedstead Condensed makes a pretty decent terminal font, which is 
a nice side-effect.
2017-07-15 23:22:14 +01:00
Ben Harris
2d120df252 Standard C hasn't been ANSI C since 1989.
If I'm going to claim "for the 21st century" then I should at least
call it "ISO C".
2017-07-08 01:24:04 +01:00
Ben Harris
247547bf40 Web page update for condensed fonts. 2017-07-03 00:43:22 +01:00