• 0 Posts
  • 17 Comments
Joined 10 months ago
cake
Cake day: September 13th, 2023

help-circle




  • etuomaala@sopuli.xyztoMemes@lemmy.mlthose ppl...
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    9 months ago
    Lemmy uses the system default for monospace font.
    Try changing the monospace alias in /etc/fonts/local.conf:
    https://wiki.archlinux.org/title/Font_configuration/Examples#Default_fonts
    
    That's for system-wide effect.
    For just firefox, go to Settings > General > Fonts > Advanced and
        change the default Monospace font to a monospace font you like.
    
    Source Code Pro and DejaVu Sans Mono are both very good.
    





  • etuomaala@sopuli.xyztoMemes@lemmy.mlthose ppl...
    link
    fedilink
    arrow-up
    5
    arrow-down
    3
    ·
    9 months ago
    It's an experiment I've been trying for about two weeks, now.
    I am using whitespace to make written English easier to read.
    I put one sentence per line.
    Long sentences are broken into multiple lines
        according to natural breaks in the sentences.
    (I try to aim for an 80 column width.)
    Indentation is used to signal the continuation of a sentence.
    Basically, I am treating English like a programmer would treat code.
    As an interesting and unexpected corollary,
        the English is much easier to edit, and
        diffs are way cleaner.
    (I'm editing this in an external dedicated text editor.)