Mercurial > p > roundup > code
changeset 4794:8a413c3083c9
Remove use of webfonts (Google fonts); use the styling of Bootstrap instead
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Fri, 28 Jun 2013 11:21:37 +0530 |
| parents | d9e5539303bd |
| children | dad18ee491a9 |
| files | share/roundup/templates/jinja2/static/DroidSans.ttf share/roundup/templates/jinja2/static/UbuntuMono-Regular.ttf share/roundup/templates/jinja2/static/style.css share/roundup/templates/responsive/static/DroidSans.ttf share/roundup/templates/responsive/static/UbuntuMono-Regular.ttf share/roundup/templates/responsive/static/style.css |
| diffstat | 6 files changed, 0 insertions(+), 47 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/jinja2/static/style.css Mon Jun 17 16:53:34 2013 +0200 +++ b/share/roundup/templates/jinja2/static/style.css Fri Jun 28 11:21:37 2013 +0530 @@ -1,30 +1,8 @@ -@font-face { - font-family: 'Droid Sans'; - src: url('DroidSans.ttf'); - font-weight: 400; -} - -@font-face { - font-family: 'Ubuntu Mono'; - src: url('UbuntuMono-Regular.ttf'); - font-weight: 400; -} - body { - font-family: 'Droid Sans', sans-serif; - font-size: 13.5px; - line-height: 18px; color: #333; } h1, -h2, -footer, -.brand { - font-family: 'Ubuntu Mono', serif; -} - -h1, h2 { font-weight: normal; margin: 10px 0 20px 0;
--- a/share/roundup/templates/responsive/static/style.css Mon Jun 17 16:53:34 2013 +0200 +++ b/share/roundup/templates/responsive/static/style.css Fri Jun 28 11:21:37 2013 +0530 @@ -1,28 +1,3 @@ -@font-face { - font-family: 'Droid Sans'; - src: url('DroidSans.ttf'); - font-weight: 400; -} - -@font-face { - font-family: 'Ubuntu Mono'; - src: url('UbuntuMono-Regular.ttf'); - font-weight: 400; -} - -body { - font-family: 'Droid Sans', sans-serif; - font-size: 13px; - line-height: 18px; - color: #333; -} - -h1, -h2, -.brand { - font-family: 'Ubuntu Mono', serif; -} - h1, h2 { font-weight: normal;
