Category Archives: CSS

Using CSS in Flex – Styles Guideline

First, the stylesheet examples. BTW This is a work in progress. fonts.css, /* CSS file for Embedded Fonts */ /**** MyFont ************************************/ @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: true; fontStyle: normal; } @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: … Continue reading

Posted in CSS, Flex | Leave a comment