Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. /**
  2. * Theme Name: twentyfourteen-cyr
  3. * Theme URI: http://link-to-your-site.com
  4. * Description: The child of twentyfourteen with cyrillic fonts
  5. * Version: 0.1
  6. * Author: Aleks Panov
  7. * Author URI: http://alekspanov.ru
  8. * Tags: Default WordPress theme
  9. * Template: twentyfourteen
  10. */
  11.  
  12. /* Importing the parent theme stylesheet. */
  13. @import url( '../twentyfourteen/style.css' );
  14. /* Custom code goes below here. */
  15. body,
  16. button,
  17. input,
  18. select,
  19. textarea {
  20. color: #2b2b2b;
  21. font-family: 'Exo 2', sans-serif;
  22. font-size: 16px;
  23. font-weight: 400;
  24. line-height: 1.5;
  25. }
  26. .comment-reply-title,
  27. .comments-title {
  28. font: 900 16px/1.5 'Exo 2', sans-serif;
  29. margin: 0;
  30. text-transform: uppercase;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement