Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. html, html a {
  2. -webkit-font-smoothing: antialiased;
  3. text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  4. }
  5.  
  6. @font-face {
  7. font-family: 'Lato';
  8. font-style: normal;
  9. src: url('../fonts/lato.eot');
  10. src:
  11. url('../fonts/lato.eot?#iefix') format('embedded-opentype'),
  12. url('../fonts/lato.ttf') format('truetype'),
  13. url('../fonts/lato.woff') format('woff');
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement