Child theme based on Twenty Seventeen.
- The header comment metadata can be edited at
src/styles/_meta.scss
. - Run
composer install
to install PHP dependencies. - Run
npm install
to setup the build tools. - Run
npm run-script build
to generate public site assets from sources.
- Site Font: PT Sans
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700');