OnJava8-Examples/tools/onjava.css
Bruce Eckel f4a47f52e9 css
2015-06-18 23:05:22 -07:00

22 lines
371 B
CSS

@font-face {
font-family: Ubuntu Mono;
src: url('ubuntumono-r-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
code { font-family:"Ubuntu Mono", monospace; }
blockquote { font-size: larger;}
body { }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
h1.title { }
h2.author { }
h3.date { }
ol.toc { }
ol.toc li { }
a.footnoteRef { }