@font-face{ font-family:"Bebas"; src:url("/assets/fonts/BebasNeue-Regular.otf"); font-weight: 600; } @font-face{ font-family:"Bebas"; src:url("/assets/fonts/BebasNeue-Book.otf"); font-weight: 500; } @font-face{ font-family:"Bebas"; src:url("/assets/fonts/BebasNeue-Light.otf"); font-weight: 400; } @import url(http://fonts.googleapis.com/css?family=Open+Sans); @mixin font-bnl { font-family: "Bebas", helvetica, arial, sans-serif; font-style: normal; letter-spacing:2px; font-weight: 400; } @mixin font-bnb { font-family: "Bebas", helvetica, arial, sans-serif; font-style: normal; letter-spacing:2px; font-weight: 500; } @mixin font-bnr { font-family: "Bebas", helvetica, arial, sans-serif; font-style: normal; letter-spacing:2px; font-weight: 600; } @mixin font-ser { font-family: "Georgia", "Times New Roman", serif; font-style: normal; font-weight: normal; } @mixin font-body{ font-family: "Open Sans", "Times New Roman", serif; font-style: normal; font-weight: normal; letter-spacing: normal; }