/*
* @Author: zhongjiahao
* @Date:   2016-08-03 15:31:16
* @Last Modified by:   zhongjiahao
* @Last Modified time: 2016-09-29 14:14:56
*/

.f-font-h1 {
  @include font-h1();
}

.f-font-h2 {
  @include font-h2();
}

.f-font-h3 {
  @include font-h3();
}

.f-font-h4 {
  @include font-h4();
}

.f-font-h5 {
  @include font-h5();
}

.f-font-h6 {
  @include font-h6();
}

.f-font-a1 {
  @include font-a1();
}

.f-font-a2 {
  @include font-a2();
}
