Doc fonts

This commit is contained in:
斟酌 鵬兄 2016-04-28 20:30:45 +08:00
parent ebe6c67b31
commit 047d82d3bb
3 changed files with 13 additions and 0 deletions

View File

@ -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;

View 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; }

View File

@ -0,0 +1,2 @@
// __namespace( "Astro.Penguin.Page.Docs" );
// __import( "Astro.Penguin.Layout.MainFrame" );