-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from INN/3780-largo-0.6.4
3780 largo 0.6.4
- Loading branch information
Showing
14 changed files
with
153 additions
and
82 deletions.
There are no files selected for viewing
Submodule largo
updated
from 8373ee to c41d85
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@import 'vars.less'; | ||
@import 'typography.less'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
h5.top-tag, | ||
h5.top-date, | ||
.sidebar2 h5, | ||
.widgettitle, | ||
.byline, | ||
.sticky-footer-container h4, | ||
.global-nav, | ||
.navbar, | ||
#topics-bar ul, | ||
#supplementary ul.menu, | ||
#supplementary p, | ||
#site-footer .widget_text h5, | ||
#boilerplate, | ||
p.wp-caption-text, | ||
p.wp-media-credit, | ||
.wp-block-gallery figcaption, | ||
.wp-block-image figcaption, | ||
#dark-top p, | ||
.widget.largo-series-posts, | ||
.widget.largo-series-posts p, | ||
.widget p, | ||
.widget ul, | ||
.single-post .sidebar2 { | ||
font-family: @sans; | ||
letter-spacing: 0.035em; | ||
} | ||
body { | ||
font-family: 'freight-text-pro', Georgia, serif; | ||
font-weight: 400; | ||
} | ||
h1, h2, h3, h4, h5, h6 { | ||
font-family: 'minion-pro', Georgia, serif; | ||
font-weight: 600; | ||
} | ||
p.intro, | ||
p.wp-caption-text, | ||
.wp-block-image figcaption { | ||
font-style: normal; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters