| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /******************************************************************
- Site Name:
- Author:
- Stylesheet: Typography
- Need to import a font or set of icons for your site? Drop them in
- here or just use this to establish your typographical grid. Or not.
- Do whatever you want to...GOSH!
- Helpful Articles:
- http://trentwalton.com/2012/06/19/fluid-type/
- http://ia.net/blog/responsive-typography-the-basics/
- http://alistapart.com/column/responsive-typography-is-a-physical-discipline
- ******************************************************************/
- /*********************
- FONT FACE (IN YOUR FACE)
- *********************/
- /* To embed your own fonts, use this syntax
- and place your fonts inside the
- library/fonts folder. For more information
- on embedding fonts, go to:
- http://www.fontsquirrel.com/
- Be sure to remove the comment brackets.
- */
- /* @font-face {
- font-family: 'Font Name';
- src: url('library/fonts/font-name.eot');
- src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
- url('library/fonts/font-name.woff') format('woff'),
- url('library/fonts/font-name.ttf') format('truetype'),
- url('library/fonts/font-name.svg#font-name') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- */
|