File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,13 @@ tools = [
5252 " ProcessEbook.py" ,
5353 " backup.bat" ,
5454 " go.bat" ,
55- shortcut / " a.bat" ,
56- shortcut / " v.bat" ,
57- shortcut / " e.bat" ,
58- shortcut / " g.bat" ,
59- shortcut / " p.bat" ,
60- shortcut / " home.bat"
55+ Path(" ." ) / " ebook_resources" / " onjava.css" ,
56+ shortcut / " a.bat" ,
57+ shortcut / " v.bat" ,
58+ shortcut / " e.bat" ,
59+ shortcut / " g.bat" ,
60+ shortcut / " p.bat" ,
61+ shortcut / " home.bat"
6162]
6263
6364print(" \nCopying tools to Github" )
Original file line number Diff line number Diff line change 1+ @font-face {
2+ font-family : Ubuntu Mono;
3+ src : url ('ubuntumono-r-webfont.ttf' ) format ('truetype' );
4+ font-weight : normal;
5+ font-style : normal;
6+ }
7+ code { font-family : "Ubuntu Mono" , monospace; }
8+ blockquote { font-size : larger;}
9+ body { }
10+ h1 { }
11+ h2 { }
12+ h3 { }
13+ h4 { }
14+ h5 { }
15+ h6 { }
16+ h1 .title { }
17+ h2 .author { }
18+ h3 .date { }
19+ ol .toc { }
20+ ol .toc li { }
21+ a .footnoteRef { }
You can’t perform that action at this time.
0 commit comments