/*FONTS.CSS*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* Author: Designova.*/ /* Website: http://www.designova.net */ /* Copyright: (C) 2013 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 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:'Muli', sans-serif; @font2:'Montserrat', sans-serif; @font3:'Open Sans', sans-serif; @font4:'Libre Baskerville', serif; @font5:'Nunito', sans-serif; .font1{ font-family: @font1; } .font2{ font-family: @font2; } .font3{ font-family: @font3; } .font4{ font-family: @font4; } .font5{ font-family: @font5; } body, p{ font-family: @font3; } .filter-name{ font-family: @font2 !important; } .cbp-l-caption-title{ font-family: @font2; } .cbp-l-caption-desc{ font-family: @font3; } .standard-nav li > a { font-family: @font3; } input, textarea{ font-family: @font3 !important; } .intro-01 .text-rotator span{ font-family: @font4; }