SovranMono

Hello world           print("Hello, World!")

Pangram               The quick brown fox jumps over a lazy dog
                      THE QUICK BROWN FOX JUMPS OVER A LAZY DOG

Confusable chars      ,. ;: |! Il1 2Z 5S 38B 0OQD

Vertical alignment    H=H x=x += -= <= >= ~= *= ^= |= %= &= ->

ASCII                 ABCDEFGHIJKLMNOPQRSTUVWXYZ
                      abcdefghijklmnopqrstuvwxyz
                      1234567890`~!@#$%^&*()_-+=
                      []\{}|;':",./<>?

Code symbols          ,. "" '' ``
                      :;| \/ [] () {}
                      * - + <>

Distinction test      o0O s5S 9gq z2Z !|l1Iij {([|])} .,;: ``''""
                      a@#* vVuUwW <>;^°=-~ öÖüÜäÄßµ // -- == __
                      0123456789 &-+@ for (int i=0; i<=j; ++i) {}

SovranSans

  • based on IBM Plex Sans font
  • modified letter g character style
  • removed the ligatures for fi characters
  • modified regular font weight from 400 to 450-equivalent
  • licensed under the SIL Open Font License
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890`~!@#$%^&*()_-+=
[]\{}|;':",./<>?

SovranSerif

  • based on IBM Plex Serif font
  • modified letter g character style
  • removed the ligatures for fi characters
  • modified regular font weight from 400 to 450-equivalent
  • licensed under the SIL Open Font License
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890`~!@#$%^&*()_-+=
[]\{}|;':",./<>?

Install (Linux)

curl -s https://raw.githubusercontent.com/e33io/sovran-fonts/refs/heads/main/install.sh | sh