Advertisement
Guest User

Untitled

a guest
May 5th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. @font-face {
  2. font-family: 'GothamRounded-Medium';
  3. src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded- opentype'),
  4. url('fonts/GothamRounded-Medium.otf') format('opentype'),
  5. url('fonts/GothamRounded-Medium.woff') format('woff'),
  6. url('fonts/GothamRounded-Medium.ttf') format('truetype'),
  7. url('fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10.  
  11. #main-nav li {
  12. font-family: 'GothamRounded-Bold', sans-serif, arial;
  13. font-size:15px;
  14. display: block;
  15. border-bottom: 2px solid #063F77;
  16. background:#004a8d;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement