EB fonts for SCSS and CSS
npm install ebudvikling/eb-fonts --save
Variables and maps:
@import "node_modules/eb-fonts/src/all.scss";
The above also adds styling to the following html elements: body, h1, h2, h3, h4, h5, h6, p
@import "node_modules/eb-fonts/src/all-onlyclassstyling.scss";
from xxsmall to xxxlarge
@import "node_modules/eb-fonts/src/sizes/all.scss";
Size name | eb size mapping | font-size |
---|---|---|
xxsmall | ads | 7px |
xsmall | timestamp | 10px |
small | caption | 12px |
medium | showmore | 15px |
large | bodytext | 15px |
xlarge | subtitle | 20px |
xxlarge | quote | 20px |
xxxlarge | title | 36px |
Size name | eb size mapping | font-size |
---|---|---|
xxsmall | ads | 10px |
xsmall | timestamp | 12px |
small | caption | 14px |
medium | showmore | 16px |
large | bodytext | 18px |
xlarge | subtitle | 20px |
xxlarge | quote | 30px |
xxxlarge | title | 50px |