categories-for-programmers icon indicating copy to clipboard operation
categories-for-programmers copied to clipboard

Primary font with math support

Open abingham opened this issue 8 years ago • 1 comments
trafficstars

Right now our primary font doesn't show math symbols on all platforms. E.g. on my kobo things like g∘f don't render properly...the ∘ doesn't come through.

So one approach is to embed a font which properly renders all of that. If we can find such a font, and if it does fix the rendering issue, then this is the simple approach.

Another approach might be to wrap all such text in pre-formatted indicators so that the "code" font is used. I'd need to test out this approach to see if it actually works. If it does, this is a much bigger task because we need to fix every place in the book that needs the font.

abingham avatar Sep 19 '17 12:09 abingham

On first attempt, just putting g∘f into inline code delimiters (i.e. g∘f) doesn't work. The ∘ still doesn't display on my kobo.

abingham avatar Sep 19 '17 12:09 abingham