Skip to content

Commit a27f2c1

Browse files
committed
Remove use of webfonts (Google fonts); use the styling of Bootstrap instead
1 parent e305dab commit a27f2c1

File tree

6 files changed

+0
-47
lines changed

6 files changed

+0
-47
lines changed
-40.1 KB
Binary file not shown.
-201 KB
Binary file not shown.

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
1-
@font-face {
2-
font-family: 'Droid Sans';
3-
src: url('DroidSans.ttf');
4-
font-weight: 400;
5-
}
6-
7-
@font-face {
8-
font-family: 'Ubuntu Mono';
9-
src: url('UbuntuMono-Regular.ttf');
10-
font-weight: 400;
11-
}
12-
131
body {
14-
font-family: 'Droid Sans', sans-serif;
15-
font-size: 13.5px;
16-
line-height: 18px;
172
color: #333;
183
}
194

20-
h1,
21-
h2,
22-
footer,
23-
.brand {
24-
font-family: 'Ubuntu Mono', serif;
25-
}
26-
275
h1,
286
h2 {
297
font-weight: normal;
-40.1 KB
Binary file not shown.
-201 KB
Binary file not shown.

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
@font-face {
2-
font-family: 'Droid Sans';
3-
src: url('DroidSans.ttf');
4-
font-weight: 400;
5-
}
6-
7-
@font-face {
8-
font-family: 'Ubuntu Mono';
9-
src: url('UbuntuMono-Regular.ttf');
10-
font-weight: 400;
11-
}
12-
13-
body {
14-
font-family: 'Droid Sans', sans-serif;
15-
font-size: 13px;
16-
line-height: 18px;
17-
color: #333;
18-
}
19-
20-
h1,
21-
h2,
22-
.brand {
23-
font-family: 'Ubuntu Mono', serif;
24-
}
25-
261
h1,
272
h2 {
283
font-weight: normal;

0 commit comments

Comments
 (0)