forked from Botanical/BotanJS
Doc fonts
This commit is contained in:
parent
ebe6c67b31
commit
047d82d3bb
@ -20,6 +20,12 @@ pre { font-family: monospace; }
|
||||
|
||||
p { padding: 0.25em 0.5em; }
|
||||
|
||||
h4, h5, h6 { font-family: custom-sans; }
|
||||
|
||||
h4 { font-size: 1.5em; }
|
||||
h5 { font-size: 1.3em; }
|
||||
h6 { font-size: 1.1em; }
|
||||
|
||||
a {
|
||||
color: #00E;
|
||||
text-decoration: none;
|
||||
|
5
botanjs/src/Astro/Penguin/Page/Docs.css
Normal file
5
botanjs/src/Astro/Penguin/Page/Docs.css
Normal file
@ -0,0 +1,5 @@
|
||||
h4 { font-family: custom-sans; }
|
||||
h5, h6 { font-family: monospace; }
|
||||
h4 { font-size: 1.5em; }
|
||||
h5 { font-size: 1.3em; }
|
||||
h6 { font-size: 1.1em; }
|
2
botanjs/src/Astro/Penguin/Page/Docs.js
Normal file
2
botanjs/src/Astro/Penguin/Page/Docs.js
Normal file
@ -0,0 +1,2 @@
|
||||
// __namespace( "Astro.Penguin.Page.Docs" );
|
||||
// __import( "Astro.Penguin.Layout.MainFrame" );
|
Loading…
Reference in New Issue
Block a user