summaryrefslogtreecommitdiff
path: root/app/src/main/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/templates/about.html')
-rw-r--r--app/src/main/templates/about.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html
index 887b547f4..e6b47f285 100644
--- a/app/src/main/templates/about.html
+++ b/app/src/main/templates/about.html
@@ -4,16 +4,22 @@
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<style type="text/css">
+ @font-face {
+ font-family: 'Roboto-Light';
+ src: url('file:///android_asset/Roboto-Light.ttf');
+ }
+
* {
- font-family: Helvetica
+ color: %s;
+ font-family: roboto-Light;
+ font-size: 12pt;
}
+
header {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 500px;
-
-
}
versiontag {
@@ -39,7 +45,7 @@
</head>
<body>
<div id="header" align="center">
- <img src="logo.png" alt="Logo" width="100px" height="100px"/>
+ <img src="file:///android_asset/logo.png" alt="Logo" width="100px" height="100px"/>
<p>AntennaPod, Version @versionname@</p>
<p>Commit: @commit@</p>