2016-08-19 21:48:30 +02:00
|
|
|
// Font Mixins
|
2016-06-11 04:26:00 +02:00
|
|
|
@mixin serif-font {
|
2018-08-24 00:21:13 +02:00
|
|
|
font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
2016-06-11 04:26:00 +02:00
|
|
|
}
|
|
|
|
@mixin script-font {
|
2018-08-24 00:21:13 +02:00
|
|
|
font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
2016-06-11 04:26:00 +02:00
|
|
|
}
|
|
|
|
@mixin body-font {
|
2018-08-24 00:21:13 +02:00
|
|
|
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
2016-06-11 04:26:00 +02:00
|
|
|
}
|
|
|
|
@mixin heading-font {
|
2018-08-24 00:21:13 +02:00
|
|
|
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
2016-06-11 04:26:00 +02:00
|
|
|
}
|