summaryrefslogtreecommitdiff
path: root/src/data/rekonqinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/rekonqinfo.html')
-rw-r--r--src/data/rekonqinfo.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/data/rekonqinfo.html b/src/data/rekonqinfo.html
index 1bf77ac1..861b6f35 100644
--- a/src/data/rekonqinfo.html
+++ b/src/data/rekonqinfo.html
@@ -10,6 +10,7 @@ about (prepend a $ to actually use them):
DEFAULT_PATH = rekonq default installation files path
PAGE_TITLE = page title
MAIN_CONTENT = page main content
+GENERAL_FONT = general font family
...
-->
@@ -27,18 +28,12 @@ html{
padding:0;
}
-@font-face {
- font-family: 'Nunito';
- src: url($DEFAULT_PATH/fonts/Nunito-Regular.ttf);
- font-weight: normal;
- font-style: normal;
-}
-
body{
background: url($DEFAULT_PATH/pics/background.png) repeat-y center #bbb;
margin:0;
padding:0;
- font-family: 'Nunito', sans-serif;
+ font-family: $GENERAL_FONT;
+ font-weight: 500;
font-size: 0.9em;
}