_typography.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /******************************************************************
  2. Site Name:
  3. Author:
  4. Stylesheet: Typography
  5. Need to import a font or set of icons for your site? Drop them in
  6. here or just use this to establish your typographical grid. Or not.
  7. Do whatever you want to...GOSH!
  8. Helpful Articles:
  9. http://trentwalton.com/2012/06/19/fluid-type/
  10. http://ia.net/blog/responsive-typography-the-basics/
  11. http://alistapart.com/column/responsive-typography-is-a-physical-discipline
  12. ******************************************************************/
  13. /*********************
  14. FONT FACE (IN YOUR FACE)
  15. *********************/
  16. /* To embed your own fonts, use this syntax
  17. and place your fonts inside the
  18. library/fonts folder. For more information
  19. on embedding fonts, go to:
  20. http://www.fontsquirrel.com/
  21. Be sure to remove the comment brackets.
  22. */
  23. /* @font-face {
  24. font-family: 'Font Name';
  25. src: url('library/fonts/font-name.eot');
  26. src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
  27. url('library/fonts/font-name.woff') format('woff'),
  28. url('library/fonts/font-name.ttf') format('truetype'),
  29. url('library/fonts/font-name.svg#font-name') format('svg');
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33. */