title font applied to some component
This commit is contained in:
parent
84ba3fa835
commit
a0a6d95040
|
@ -4,6 +4,7 @@
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
padding: auto;
|
padding: auto;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
@include truncate($grid_max_width + $grid_max_unit);
|
@include truncate($grid_max_width + $grid_max_unit);
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
@include justify-content(center);
|
@include justify-content(center);
|
||||||
@include transition(all, 0.2s, ease-out);
|
@include transition(all, 0.2s, ease-out);
|
||||||
|
|
||||||
|
font-family: $title-font;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
border-radius: 0.125rem;
|
border-radius: 0.125rem;
|
||||||
&-title {
|
&-title {
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
font-size: 16.8px;
|
font-size: 16.8px;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('related-link-color');
|
color: themed('related-link-color');
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
&__title {
|
&__title {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-family: $title-font;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
|
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
|
|
||||||
&__written-by {
|
&__written-by {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
font-family: $title-font;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
@include themify($codeblock) {
|
@include themify($codeblock) {
|
||||||
color: themed('content-pre-color');
|
color: themed('content-pre-color');
|
||||||
|
|
|
@ -164,6 +164,7 @@
|
||||||
&__title {
|
&__title {
|
||||||
height: $grid_navbar_height;
|
height: $grid_navbar_height;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
@include flexbox();
|
@include flexbox();
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__a {
|
&__a {
|
||||||
|
font-family: $title-font;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('sidebar-li-color');
|
color: themed('sidebar-li-color');
|
||||||
|
|
|
@ -96,6 +96,8 @@
|
||||||
padding: 0.125rem;
|
padding: 0.125rem;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
@include flexbox();
|
@include flexbox();
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
@include justify-content(center);
|
@include justify-content(center);
|
||||||
|
@ -127,6 +129,7 @@
|
||||||
border-top-left-radius: 0.25rem;
|
border-top-left-radius: 0.25rem;
|
||||||
border-bottom-left-radius: 0.25rem;
|
border-bottom-left-radius: 0.25rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
font-family: $title-font;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -147,6 +150,7 @@
|
||||||
border-top-right-radius: 0.25rem;
|
border-top-right-radius: 0.25rem;
|
||||||
border-bottom-right-radius: 0.25rem;
|
border-bottom-right-radius: 0.25rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
font-family: $title-font;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
@ -167,6 +171,7 @@
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
&[data-title-wrap^="no"] {
|
&[data-title-wrap^="no"] {
|
||||||
@include truncate($grid-max-width);
|
@include truncate($grid-max-width);
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
|
font-family: $title-font;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('terms-title-color');
|
color: themed('terms-title-color');
|
||||||
text-shadow: 1.2px 1.2px 0 themed('terms-title-color'),
|
text-shadow: 1.2px 1.2px 0 themed('terms-title-color'),
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
title_font = "\"Montserrat\", sans-serif"
|
title_font = "\"Montserrat\", sans-serif"
|
||||||
content_font = "\"Muli\", sans-serif"
|
content_font = "\"Muli\", sans-serif"
|
||||||
|
# content_font = "\"Merriweather\", serif"
|
||||||
cursive_font = "\"Courgette\", cursive"
|
cursive_font = "\"Courgette\", cursive"
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue