Skip to content

Commit 7e85ec7

Browse files
committed
Use some Google fonts
1 parent 7706c63 commit 7e85ec7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

share/roundup/templates/responsive/html/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta name="description" content="Roundup is a python-based, MIT licensed issue-tracking system with command-line, web and e-mail interfaces">
1212
<meta name="viewport" content="width=device-width">
1313
<link rel="stylesheet" href="@@file/bootstrap.min.css">
14+
<link href='//fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans' rel='stylesheet'>
1415
<style>
1516
body { padding-top: 80px; padding-bottom: 40px; }
1617
</style>

share/roundup/templates/responsive/static/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
body {
2+
font-family: 'Droid Sans', sans-serif;
3+
font-size: 13px;
4+
line-height: 18px;
5+
color: #333;
6+
}
7+
8+
h1,
9+
h2 {
10+
font-family: 'Ubuntu Mono', serif;
11+
font-weight: normal;
12+
margin: 10px 0 20px 0;
13+
text-transform: uppercase;
14+
}
15+
16+
h1 {
17+
text-align: center;
18+
font-size: 24px;
19+
letter-spacing: 2px;
20+
line-height: 24px;
21+
}
22+
123
.vspace-one { margin-top: 1em; }
224
.vspace-two { margin-top: 2em; }
325
.vspace-three { margin-top: 3em; }

0 commit comments

Comments
 (0)