brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

UI fonts and local setup details #373

Closed asolove closed 3 years ago

asolove commented 3 years ago

(Hi all! As I started exploring a few other projects, I noticed a couple small things. I'd normally send separate PRs but thought it would be wasted overhead in this case.)

  1. Adds a CSS variable for the font stack for UI text, similar to the existing one for code. Then uses that in place of the hard-coded value in several places. Also applies that UI text font by default to the whole page, which catches some bits of text in tooltips and other places that were being shown with the browser-default serif font instead.
  2. Adds a bit of detail to the README on how to get Google OAuth and file saving working locally.