cynkra / cynkrablog

Source of the cynkra blog
https://cynkra.com/blog
0 stars 1 forks source link

fixed width font #20

Closed christophsax closed 11 months ago

christophsax commented 1 year ago

On Mac safari, the fixed width font is a bit ugly:

image

Menlo or Dejavue Sans Mono? Not sure what we are currently using on the website.

maelle commented 1 year ago

current website font for code as seen in https://cynkra.com/blog/2022-05-14-accessing-google-api-via-oauth2/

SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace

maelle commented 1 year ago

I don't see where the code font is loaded for the website :raised_eyebrow:

pat-s commented 11 months ago

For inspiration: In https://server-manual.cynkra.com/dynamic-cifs-mount.html we use JetBrains Mono via

format:
  html:
    monofont: "JetBrains Mono"