Windows font that clearly disambiguates the number ZERO from letter O
Asked Answered
T

7

18

Our intranet web pages need to clearly disambiguate between the letter O and the number ZERO. Is there a screen+printer font that is installed on WindowsXP and Vista that does this either putting a dot inside zero or a slash through it?

If there isn't such a font on the machines themselves, is there a way to embed the font in the page, or some other way for the web page to substitute a glyph for the zero glyph in one of the standard fonts, like Arial?

Thanks

Tula answered 23/8, 2010 at 16:10 Comment(0)
S
5

By using @font-face you can embed a font into the page so that it will be downloaded as needed. There are a few sites now that will provide fonts to embed, many of them free; one example is Inconsolata hosted by Google.

Soyuz answered 25/8, 2010 at 14:4 Comment(1)
Roboto Mono is also great for this - fonts.google.com/specimen/Roboto+Mono?preview.text=Auth0Kist
A
27

Consolas, which comes with Vista and Windows 7 IIRC, has a slashed zero. It should also come bundled with later versions of MS Office.

You might find one of these other programming fonts useful too.

Aesthete answered 24/8, 2010 at 18:54 Comment(1)
Thanks for the links to the programming fonts. Consolas not available on XP Pro, though.Tula
N
7

The Windows system fonts FixedSys and Terminal have slashes in the zero.

Nomism answered 23/8, 2010 at 16:16 Comment(1)
Terminal is not available on Win XP Pro. FixedSys works OK but has a couple of drawbacks: it cannot go smaller and it gets very jagged when made larger. I forgot to mention cross-browser compatibility in my question: FixedSys works on FF, IE, Opera but not on Chrome or Safari. ThanksTula
S
5

By using @font-face you can embed a font into the page so that it will be downloaded as needed. There are a few sites now that will provide fonts to embed, many of them free; one example is Inconsolata hosted by Google.

Soyuz answered 25/8, 2010 at 14:4 Comment(1)
Roboto Mono is also great for this - fonts.google.com/specimen/Roboto+Mono?preview.text=Auth0Kist
X
3

The Terminal font that comes with Windows XP has that distinction between 0 and O built-in. However, it's not a TrueType font, so I am not sure this fits your needs.

Xray answered 23/8, 2010 at 16:19 Comment(4)
Thanks. I remember Terminal. Not available on XP Pro though.Tula
Huh? Before I posted the above comment, I actually checked on my copy of XP Pro. Did you mean XP Home?Xray
Sorry, I was looking for the font in Word's font-list and it wasn't there; and when you paste text in Terminal font into Word, it seems the font gets converted into something else; the zero glyph is rendered without a slash.Tula
On Windows 7, I see 5,6,9,12 and 14 options for Terminal. On 5 and 9 I don't see the zero with a stroke.Ichang
D
2

There's a very nice font here called Anonymous - credit to Mark Simonson for his work... easy on the eye... also, there's Bitstream Vera Sans, another type...

Debidebilitate answered 23/8, 2010 at 16:22 Comment(1)
Thanks for the link to Anonymous. Yes, easy on the eyes, and free, which will please the powers-that-be.Tula
S
0

There's a Unicode character Ø, U+00D8: Latin Capital Letter O With Stroke. If you can substitute that character it works in Arial and probably most other Windows fonts.

Soyuz answered 23/8, 2010 at 16:25 Comment(4)
Although that could make for some unexpected results if the user tries to copy and paste such text.Crowned
@Josh, if copy and pasting were the solution it wouldn't be so important to distinguish the characters. But I see your point.Soyuz
It does have to be an actual ZERO codepoint because our users do sometimes cut data from the screen and paste into other systems, but often they're just writing down by hand what they see on the screen or reading it out to someone on the other end of the phone. We are using several crazy-quilt legacy systems, and the migration "strategy" to the new system is lunacy. If the luddite owner of the company had his druthers, users would be tracking data by writing it on the palms of their hands.Tula
@Tim, oh well it was worth a shot. Maybe this answer will work for somebody else some day.Soyuz
K
0

slashed zero fonts: consolas, cascadia (and its variations,) source code

Kiosk answered 15/8, 2022 at 1:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.