Last active
          January 2, 2016 00:19 
        
      - 
      
- 
        Save benfarahmand/8222731 to your computer and use it in GitHub Desktop. 
    default style sheet
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* if we don't set the line-height, the browser will automatically determine the best line height, | |
| i think we should do that. Each of these em values are based on the body tag, which is currently 13px. | |
| So the body tag should only contain what's below*/ | |
| body { | |
| font-family: 'Source Sans Pro',sans-serif; | |
| } | |
| h1 { | |
| font-size: 2.3em; | |
| font-weight: 400; | |
| } | |
| h2 { | |
| font-size: 2.0em; | |
| font-weight: 400; | |
| } | |
| h3 { | |
| font-size: 1.4em; | |
| font-weight: 400; | |
| } | |
| h4 { | |
| font-size: 1.2em; | |
| font-weight: 400; | |
| } | |
| h5 { | |
| font-size: 1.0m; | |
| font-weight: 400; | |
| } | |
| h6 { | |
| font-size: 0.9em; | |
| font-weight: 400; | |
| } | |
| h7 { | |
| font-size: 0.8em; | |
| font-weight: 400; | |
| } | |
| p { | |
| font-size: 1.0em; | |
| font-weight: 400; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment