/*FONTS.CSS*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* Author: UNBRANDED.*/ /* Website: http://www.unbranded.co */ /* Copyright: (C) 2015 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* YOUR CUSTOM FONTS CAN BE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/ /* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */ /*-------------------------------------------------------------------------------------------------------------------------------*/ @font1:'Montserrat', sans-serif; @font2:'Raleway', sans-serif; @font3:'Open Sans', sans-serif; @font4:'Crimson Text', sans-serif; .font1{ font-family: @font1; } .font2{ font-family: @font2; } .font3{ font-family: @font3; } .font4{ font-family: @font4; } body{ font-family: @font2; } p{ font-family: @font2; } .section-header-name h4{ font-family: @font1; } .section-header-text p{ font-family: @font4; } .home03 .cd-headline.loading-bar span{ font-family: @font1; } .home03 .cd-headline b{ font-family: @font1; } .main-menu li a{ font-family: @font1; } ul.slimmenu li a{ font-family: @font1; } .bxslider-content h1{ font-family: @font1; } .bxslider-content p{ font-family: @font1; } .team-member-details h5{ font-family: @font1; } .team-member-details p{ font-family: @font2; } .portfolio-filter-nav ul li a{ font-family: @font4; } .portfolio-item-details h5{ font-family: @font1; } .portfolio-item-details p{ font-family: @font4; } .social-slider-item .social-text h2{ font-family: @font1; } .news-item h4{ font-family: @font1; } .news-item h1{ font-family: @font1; } .news-item p{ font-family: @font3; } .footer p{ font-family: @font3; } .inner-page-home h1{ font-family: @font1; } .inner-page-home p{ font-family: @font1; } .news-post h1{ font-family: @font1; } .news-post .news-post-details p{ font-family: @font3; } .news-post .news-post-details a{ font-family: @font3; } .news-post .news-post-details span{ font-family: @font3; } .news-page-sidebar h4{ font-family: @font1; } .news-page-sidebar a{ font-family: @font3; } .news-comments-list h3{ font-family: @font1; } .news-page-content .comment-form h3{ font-family: @font1; } .comment-info a{ font-family: @font4; }