/*! * Copyright (c) 2015 - 2020 Molkobain. * * This file is part of licensed extension. * * Use of this extension is bound by the license you purchased. A license grants you a non-exclusive and non-transferable right to use and incorporate the item in your personal or commercial projects. There are several licenses available (see https://www.molkobain.com/usage-licenses/ for more informations) */ @mixin mhf-font-size-10 { font-size: $mhf-font-size-10; } @mixin mhf-font-size-12 { font-size: $mhf-font-size-12; } @mixin mhf-font-size-14 { font-size: $mhf-font-size-14; } @mixin mhf-font-size-16 { font-size: $mhf-font-size-16; } @mixin mhf-font-size-18 { font-size: $mhf-font-size-18; } @mixin mhf-font-size-20 { font-size: $mhf-font-size-20; } @mixin mhf-font-size-22 { font-size: $mhf-font-size-22; } @mixin mhf-font-size-24 { font-size: $mhf-font-size-24; } @mixin mhf-font-size-30 { font-size: $mhf-font-size-30; } @mixin mhf-font-size-36 { font-size: $mhf-font-size-36; } @mixin mhf-font-size-48 { font-size: $mhf-font-size-48; } @mixin mhf-font-weight-500 { font-weight: $mhf-font-weight-500; } @mixin mhf-font-weight-700 { font-weight: $mhf-font-weight-700; } /* Open Sans Medium */ @mixin mhf-font-ops-med-10-px { font-size: $mhf-font-size-10; font-family: "Open Sans"; font-weight: 500; } @mixin mhf-font-ops-med-12-px { font-size: $mhf-font-size-12; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-14-px { font-size: $mhf-font-size-14; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-16-px { font-size: $mhf-font-size-16; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-18-px { font-size: $mhf-font-size-18; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-20-px { font-size: $mhf-font-size-20; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-22-px { font-size: $mhf-font-size-22; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-24-px { font-size: $mhf-font-size-24; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-30-px { font-size: $mhf-font-size-30; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-36-px { font-size: $mhf-font-size-36; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } @mixin mhf-font-ops-med-48-px { font-size: $mhf-font-size-48; font-family: "Open Sans"; font-weight: $mhf-font-weight-500; } /* Open Sans Bold */ @mixin mhf-font-ops-bol-10-px { font-size: $mhf-font-size-10; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-12-px { font-size: $mhf-font-size-12; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-14-px { font-size: $mhf-font-size-14; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-16-px { font-size: $mhf-font-size-16; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-18-px { font-size: $mhf-font-size-18; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-20-px { font-size: $mhf-font-size-20; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-22-px { font-size: $mhf-font-size-22; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-24-px { font-size: $mhf-font-size-24; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-30-px { font-size: $mhf-font-size-30; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-36-px { font-size: $mhf-font-size-36; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } @mixin mhf-font-ops-bol-48-px { font-size: $mhf-font-size-48; font-family: "Open Sans"; font-weight: $mhf-font-weight-700; } /* Open Sans Italic */ @mixin mhf-font-ops-ita-10-px { font-size: $mhf-font-size-10; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-12-px { font-size: $mhf-font-size-12; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-14-px { font-size: $mhf-font-size-14; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-16-px { font-size: $mhf-font-size-16; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-18-px { font-size: $mhf-font-size-18; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-20-px { font-size: $mhf-font-size-20; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-22-px { font-size: $mhf-font-size-22; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-24-px { font-size: $mhf-font-size-24; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-30-px { font-size: $mhf-font-size-30; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-36-px { font-size: $mhf-font-size-36; font-family: "Open Sans"; font-style: italic; } @mixin mhf-font-ops-ita-48-px { font-size: $mhf-font-size-48; font-family: "Open Sans"; font-style: italic; }