bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.
https://bannertime.github.io/
58 stars 35 forks source link

docs: css font-face gets stripped #123

Open joemidi opened 5 years ago

joemidi commented 5 years ago

Keston Neunie posted about this issue on LinkedIn: https://www.insidegeek.net/bannertime-css-font-face-getting-stripped-out/

cssnano will strip out any unused font-face declarations because it cannot see into the banner.animations.js

As a result its best to create a new id for your smartObject and reference that within the css files.

#header {
  font-family: 'Your Cool Font';
}