From 31a06494cc0c738e49379d853a9745653fb84440 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 29 Mar 2020 16:10:36 +0100 Subject: [PATCH] Moderate tidyings-up of the Web page It's not nice, but it's not horrifying any more either. --- bedstead.css | 19 +++++++++++-------- index.xhtml | 45 ++++++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 27 deletions(-) diff --git a/bedstead.css b/bedstead.css index a270988..77d2165 100644 --- a/bedstead.css +++ b/bedstead.css @@ -59,16 +59,10 @@ img { * from browsers without font support, and the image sample should * be used instead. */ -@media braille, embossed, speech, tty, (grid) { - .text-sample { - display: none; - } - .image-sample { - display: block; - } -} .text-sample { font-size: 50px; + font-feature-settings: normal; + /* These may be overridden by the @media rule below. */ display: block; speak: never; } @@ -76,6 +70,15 @@ img { display: none; } +@media braille, embossed, speech, tty, (grid) { + .text-sample { + display: none; + } + .image-sample { + display: block; + } +} + /* Colours that make Bedstead look better (imitating my green monitor) */ body { background-color: #031109; diff --git a/index.xhtml b/index.xhtml index 7bc99b5..a733443 100644 --- a/index.xhtml +++ b/index.xhtml @@ -28,18 +28,19 @@

[ A sample of Bedstead's characters ]

-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZ
-abcdefghijklmnopqrstuvwxyz
-abcdefghijklmnopqrstuvwxyz
-ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
-αβγδεζηθικλμνξοπρςστυϕφχψω
-АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ
-абвгдежзийклмнопрстуфхцчшщъыьэюя
-אבגדהוזחטיךכלםמןנסעףפץצקרשת
-0123456789¼½¾!?.,:;'"‘’“”()[]{}
--—+×÷<=>/\|£$¥¢¤%&*#@¶©®℗
-
+
+ ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ abcdefghijklmnopqrstuvwxyz
+ + abcdefghijklmnopqrstuvwxyz +
+ ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ
+ αβγδεζηθικλμνξοπρςστυϕφχψω
+ АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ
+ абвгдежзийклмнопрстуфхцчшщъыьэюя
+ אבגדהוזחטיךכלםמןנסעףפץצקרשת
+ 0123456789¼½¾!?.,:;'"‘’“”()[]{}
+ -—+×÷<=>/\|£$¥¢¤%&*#@¶©®℗

Bedstead is available in six widths. The standard version of Bedstead is based on a square pixel grid. This is good for @@ -57,13 +58,17 @@ abcdefghijklmnopqrstuvwxyz [ Various widths of Bedstead ]

-
- Bedstead - Extended +
+
Bedstead
+
+ Ultra Condensed +
-
- Ultra Condensed - Extra Condensed +
+
Extended
+
+ Extra Condensed +
@@ -81,11 +86,13 @@ abcdefghijklmnopqrstuvwxyz Use area between U+EE00 and U+EE7F, in the same arrangement as is used by ZVBI.

+
🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒🬰🬰🬒
 ▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄▌🬚🬄
 🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰🬮🬰🬰
 
- +
+

Copyright

The program that generates Bedstead and all of the newly-designed glyphs have been released into the public domain.

-- 2.30.2