Skip to content

Commit f4a47f5

Browse files
committed
css
1 parent 6f22ac2 commit f4a47f5

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

tools/backup.bat

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6364
print("\nCopying tools to Github")

tools/onjava.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 { }

0 commit comments

Comments
 (0)