Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <style>
  2. .container.with-header .container_header .header_text_text {
  3. font-family:'Open Sans Condensed', sans-serif;
  4. font-size:20px;
  5. text-transform:uppercase;
  6. padding-top:2px;
  7. font-weight: bold;
  8. border-bottom: 10px #111111;
  9. }
  10. .m_news.main .article-content {
  11. font-family: "YOUR FONT NAME";
  12. src: url(YOUR FONT URL) format("truetype");
  13. }
  14. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement