File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/sass/1-Settings/_settings.typography.scss
/* ==========================================================
Defines the typographic baseline.
We define every size in pixels, the underlying system
converts the respective units to the responsive REM value.
========================================================== */
/**
* Our base font-size and line-height
*/
$base-font-size: 20 !default;
$base-line-height: 28 !default;
$line-height-ratio: $base-line-height/$base-font-size !default;
/**
* Here we assign short names for the font families
*/
$font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$font-heading: 'Old Standard TT', serif;
$font-base: 'Raleway', sans-serif;
@mixin fontHeading()
{
font-family: $font-heading;
font-weight: 400;
font-style: italic;
}