Planning center font sizes.
npm install planningcenter-font-size.css``bash`
npm i -S planningcenter-font-size.css
or
`bash`
yarn add planningcenter-font-size.css
This varies from project to project.
These are the instructions of a Rails project, where they are most likely to be used.
`ruby`
config.assets.paths << Rails.root.join('node_modules')
This simply tells Rails to add node_modules to the list of Rails Asset Pipeline load paths.
Not all Planning Center apps are configured to do this.
Check.
`css`
/ application.css /
/= require "planningcenter-font-size.css/font-size.css" /
or
`scss`
// application.scss
import "planningcenter-font-size.css/font-size.css";
`css``
.fs-0{font-size:24px}
.fs-1{font-size:20px}
.fs-2{font-size:18px}
.fs-3{font-size:16px}
.fs-4{font-size:14px}
.fs-5{font-size:12px}
.fs-6{font-size:10px}