Advertisement
wemersonrv

Embedando fontes no Flex

Mar 19th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1.  
  2. @font-face {
  3.     font-family: Calibri;
  4.     font-weight: normal;
  5.     src: url("/assets/fonts/CALIBRI.TTF");
  6.     embedAsCFF: false;
  7. }
  8.  
  9. @font-face {
  10.     font-family: Calibri;
  11.     font-weight: bold;
  12.     src: url("/assets/fonts/CALIBRIB.TTF");
  13.     embedAsCFF: false;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement