Advertisement
arxeiss

Compass output

May 19th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. @font-face{
  2.     font-family:"OpenSans";
  3.     src: url('../fonts/opensans.woff2') format('woff2'),
  4.          url('../fonts/opensans.woff') format('woff'),
  5.          url('../fonts/opensans.ttf') format('truetype')
  6. }
  7. h1.attachments:before {
  8.     background: url('../images/attachments-blue.png');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement