_typography.scss 2.03 KB
/*The Mix font*/
@font-face {
    font-family: TheMixExtraLight;
    src: url(../fonts/themixb-w2extralight-webfont.eot);
    src: url(../fonts/themixb-w2extralight-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w2extralight-webfont.woff) format('woff'),url(../fonts/themixb-w2extralight-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TheMixLight;
    src: url(../fonts/themixb-w3light-webfont.eot);
    src: url(../fonts/themixb-w3light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w3light-webfont.woff) format('woff'),url(../fonts/themixb-w3light-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TheMixPlain;
    src: url(../fonts/themixb-w5plain-webfont.eot);
    src: url(../fonts/themixb-w5plain-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w5plain-webfont.woff) format('woff'),url(../fonts/themixb-w5plain-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TheMixSemiBold;
    src: url(../fonts/themixb-w6semibold-webfont.eot);
    src: url(../fonts/themixb-w6semibold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w6semibold-webfont.woff) format('woff'),url(../fonts/themixb-w6semibold-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TheMixBold;
    src: url(../fonts/themixb-w7bold-webfont.eot);
    src: url(../fonts/themixb-w7bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/themixb-w7bold-webfont.woff) format('woff'),url(../fonts/themixb-w7bold-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


p{
  font-size: 1.6rem;
  font-family:  'TheMixPlain', sans-serif;
  color: #5A585A;
    margin-bottom: 0;
    margin-top: 0;
}

.underline{
  text-decoration: underline;
}

strong{
  font-family:  'TheMixBold', sans-serif;
}