summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-05 13:32:58 +0100
committerjcid <devnull@localhost>2007-11-05 13:32:58 +0100
commitf1c811338fc81b4c2fc79a6037d8b4774ef923f7 (patch)
treee9d3d7915d230961ec4adc93650aeee44c9bd499
parente6dfd06634d9d7930585b920bdaea62f0ac4c92d (diff)
Minor changes in dillorc2
-rw-r--r--dillorc24
-rw-r--r--src/plain.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/dillorc2 b/dillorc2
index c3f429b8..0928a19d 100644
--- a/dillorc2
+++ b/dillorc2
@@ -10,7 +10,7 @@
# Set the desired initial browser size
#geometry=820x650
#geometry=650x545
-geometry=725x545
+geometry=780x580
# Dicache is where the Decompressed Images are cached (not the original ones).
# If you have a lot of memory and a slow CPU, use YES, otherwise use NO
@@ -43,7 +43,7 @@ fw_fontname="DejaVu Sans Mono"
# All fontsizes are scaled by this value (default is 1.0)
#font_factor=1.2
-font_factor=1.5
+#font_factor=1.5
# If you prefer oblique over italic fonts, uncoment next line
#use_oblique=YES
diff --git a/src/plain.cc b/src/plain.cc
index 217f4a10..6f70543b 100644
--- a/src/plain.cc
+++ b/src/plain.cc
@@ -101,7 +101,7 @@ DilloPlain::DilloPlain(BrowserWindow *p_bw, const DilloUrl *p_url)
state = ST_SeekingEol;
/* Create the font and attribute for the page. */
- fontAttrs.name = "Courier";
+ fontAttrs.name = prefs.fw_fontname;
fontAttrs.size = (int) rint(12.0 * prefs.font_factor);
fontAttrs.weight = 400;
fontAttrs.style = style::FONT_STYLE_NORMAL;