parent: g5_hydrogen
base: gantry-theme://common
file: gantry-theme://include/theme.php
class: \Gantry\Framework\Theme
fonts:
roboto:
400: 'gantry-theme://fonts/roboto_regular_macroman/Roboto-Regular-webfont'
500: 'gantry-theme://fonts/roboto_medium_macroman/Roboto-Medium-webfont'
700: 'gantry-theme://fonts/roboto_bold_macroman/Roboto-Bold-webfont'
din-alte:
400: 'gantry-theme://fonts/din-alte/din1451alt.ttf'
600: 'gantry-theme://fonts/din-alte-bold/din1451alt_G.ttf'
css:
compiler: \Gantry\Component\Stylesheet\ScssCompiler
paths:
- gantry-theme://scss
- gantry-engine://scss
@import "dependencies";
@import "mixins";
@import "colour-scheme";
@include font-face('din-alte', 'gantry-theme://fonts/din-alte/din1451alt.ttf', 400);
@include font-face('din-alte-bold', 'gantry-theme://fonts/din-alte-bold/din1451alt_g.ttf', 600);
.font-family-din-alte {
font-family: 'din-alte',Helvetica,Arial,sans-serif;
font-weight: normal;
font-style: normal;
}
.font-family-din-alte-bold {
font-family: 'din-alte-bold',Helvetica,Arial,sans-serif;
font-weight: 600;
font-style: normal;
}
The following users have thanked you: Eoin
The following users have thanked you: findhab
$font-family-din-alte: 'din-alte', Helvetica, Arial, sans-serif !default;
h2 {
font-family: get-font-family($font-family-din-alte);
}
The following users have thanked you: Eoin
Time to create page: 0.087 seconds