Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Oct 25, 2021
1 parent eb8f2f5 commit c7746ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skin.less
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ main {
h5,
h6,
dt {
font-family: @font-family-serif;
font-family: @font-family-headings;
}
}

Expand Down
2 changes: 2 additions & 0 deletions resources/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
--color-link--visited: #0b0080;
--font-family: 'Roboto', -apple-system, blinkmacsystemfont, 'Segoe UI', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
--font-family-serif: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif', 'Times', serif;
--font-family-headings: var(--font-family-serif);
--elevation: 0 2px 2px rgba( 0, 0, 0, 10% );
--mask-background: rgba( 0, 0, 0, 0.8 );
}
Expand Down Expand Up @@ -65,6 +66,7 @@
@color-link: var( --color-link );
@color-link--visited: var( --color-link--visited );
@font-family: var( --font-family );
@font-family-headings: var( --font-family-headings );
@font-family-serif: var( --font-family-serif );
// @media queries does not support CSS variables
@width-breakpoint-desktop: 1000px;
Expand Down

0 comments on commit c7746ad

Please sign in to comment.