Advertisement
Guest User

font-face property

a guest
Sep 11th, 2013
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. @font-face {
  2.     font-family: RobotoLight;
  3.     src: url('http://fonts.googleapis.com/css?family=Roboto:100&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic');
  4.     }
  5.  
  6.  
  7. h1, h2, h3, h4 {
  8.  
  9.     font-family: RobotoLight!important; /*font-family: RobotoThin!important;*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement