-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix font handling, colors and doc-width
- Loading branch information
1 parent
a3b09ce
commit de4f1f6
Showing
8 changed files
with
14,752 additions
and
96 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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,21 @@ | ||
@font-face { | ||
font-family: "Inconsolata"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: | ||
local("Inconsolata"), | ||
local("Inconsolata-Regular"), | ||
url(~typeface-inconsolata/files/inconsolata-latin-400.woff2) format("woff2"), | ||
url(~typeface-inconsolata/files/inconsolata-latin-400.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Inconsolata"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: | ||
local("Inconsolata Medium"), | ||
local("Inconsolata-Medium"), | ||
url(~typeface-inconsolata/files/inconsolata-latin-500.woff2) format("woff2"), | ||
url(~typeface-inconsolata/files/inconsolata-latin-500.woff) format("woff"); | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<footer class="footer"> | ||
<p>This page was built using the Antora default UI.</p> | ||
<p>This page was built using a modified version of the Antora default UI.</p> | ||
<p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p> | ||
</footer> |