Closed Thread Icon

Topic awaiting preservation: Font (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=7890" title="Pages that link to Topic awaiting preservation: Font (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Font <span class="small">(Page 1 of 1)</span>\

 
KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 10-18-2001 00:25

I've tried many ways but couldn't keep the font one size even when the user changes it on their browser... I've tried setting the font on the HTML and tried using default and setting it on the CSS but doesn't work... can anyone help?

::K::A::R::N::

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-18-2001 00:37

Specify font size in CSS as absolute dimension (not relative) and then Text Size option won't work. Here's an example (note that font size is specified as exactly 10 pixels):

BODY { color: #000000; font-family: 'arial'; font-size: 10px; font-weight: normal; }



maestro
Nervous Wreck (II) Inmate

From: Somewhere out there
Insane since: Oct 2001

posted posted 10-18-2001 10:12

what mr. maX means is that,
setting "font-size: 10pt" will solve your situation. The unit can be in px (pixel) or pt (point). Using "xx-small, xsmall" or "smaller" is considered relative, no absolute values.

evo.lanche - evolve. the only constant in life.

« BackwardsOnwards »

Show Forum Drop Down Menu