Why font-family change not effective-lyra

I use Github Action deploy my theme-lyra.

when i change font-family both in xiyizhou/…/globall.css and xiyizhou/…/screen.css

font-family: Georgia, serif; → font-family: Georgia, "Microsoft Yahei", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
→ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;


I can see the code both changed in Github and Ghost Admin INSTALLED THEMES.
but , it is not effective when i check by chrome. i had clear browser data many time.
the site is iNote,
the repo is xiyizhou/lyra.


thank you for your help!

Can angbody help me?

  • install Lyra theme locally

  • install Node dependencies on lyra folder

yarn
  • Start development
yarn dev
  • Update the Fonts on assets/css/screen.css it will automatically update the CSS in built folder

(OR)

  • if you made any changes in CSS file which located on assets/css folder then run this below command it will update your Changes in assets/built Folder
yarn build
  • Next run the below command to Create a Zip file for production use
yarn zip

Thanks for the tip, does this work on a production site / host. I’m getting an error… when I try yarn build → Couldn’t find package.json file in “/var/www/ghost”