/*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 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ @font-face { font-family: 'T_proregular'; src: url('T.eot'); src: url('T.eot?#iefix') format('embedded-opentype'), url('T.woff2') format('woff2'), url('T.woff') format('woff'), url('T.ttf') format('truetype'), url('T.svg#foobar_proregular') format('svg'); font-weight: normal; font-style: normal; } @font1:'T_proregular'; @font2:'T_proregular'; @font3:'T_proregular'; .font1{ font-family: @font1; } .font2{ font-family: @font2; } .font3{ font-family: @font3; } body, p{ font-family: @font3; } .btn-expose{ font-family: @font2; } .menu-block{ font-family: @font2; } .works-filter li a > span, .works-filter li:after{ font-family: @font2; } .tweet_text, .tweet_time{ font-family: @font3; }