title font applied to some component

This commit is contained in:
zzossig 2020-01-30 00:02:49 +09:00
parent 84ba3fa835
commit a0a6d95040
11 changed files with 18 additions and 2 deletions

View File

@ -4,6 +4,7 @@
padding: 0.5rem;
border-radius: 0.25rem;
padding: auto;
font-family: $title-font;
@include truncate($grid_max_width + $grid_max_unit);
@include themify($themes) {

View File

@ -67,6 +67,7 @@
@include justify-content(center);
@include transition(all, 0.2s, ease-out);
font-family: $title-font;
padding: 0.25rem;
border-radius: 0.125rem;
&-title {

View File

@ -17,6 +17,8 @@
&__link {
font-size: 16.8px;
font-family: $title-font;
@include themify($themes) {
color: themed('related-link-color');
}

View File

@ -26,7 +26,7 @@
text-decoration: none !important;
}
&__text {
&__text {
border-top-left-radius: 0.175rem;
border-bottom-left-radius: 0.175rem;

View File

@ -44,6 +44,7 @@
&__title {
font-size: 1.5rem;
font-weight: 700;
font-family: $title-font;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
@ -86,6 +87,7 @@
&__written-by {
font-size: 0.9rem;
font-family: $title-font;
opacity: 0.75;
@include themify($codeblock) {
color: themed('content-pre-color');

View File

@ -164,6 +164,7 @@
&__title {
height: $grid_navbar_height;
font-size: 1.5rem;
font-family: $title-font;
@include flexbox();
@include align-items(center);

View File

@ -32,6 +32,7 @@
}
&__a {
font-family: $title-font;
font-size: 0.95rem;
@include themify($themes) {
color: themed('sidebar-li-color');

View File

@ -96,6 +96,8 @@
padding: 0.125rem;
font-size: 0.95rem;
font-weight: 700;
font-family: $title-font;
@include flexbox();
@include align-items(center);
@include justify-content(center);
@ -127,6 +129,7 @@
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
font-size: 0.8rem;
font-family: $title-font;
width: 50%;
height: 24px;
line-height: 24px;
@ -147,6 +150,7 @@
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
font-size: 0.8rem;
font-family: $title-font;
width: 50%;
height: 24px;
line-height: 24px;
@ -167,6 +171,7 @@
margin-right: 0.5rem;
margin-left: 1rem;
width: 100%;
font-family: $title-font;
&[data-title-wrap^="no"] {
@include truncate($grid-max-width);

View File

@ -6,6 +6,8 @@
&__title {
margin: 2rem 0;
font-family: $title-font;
@include themify($themes) {
color: themed('terms-title-color');
text-shadow: 1.2px 1.2px 0 themed('terms-title-color'),

View File

@ -1,3 +1,4 @@
title_font = "\"Montserrat\", sans-serif"
content_font = "\"Muli\", sans-serif"
# content_font = "\"Merriweather\", serif"
cursive_font = "\"Courgette\", cursive"