In article <20190615175934.gh14...@kyllikki.org>,
Vincent Sanders wrote:
> A lot of features and bug fixes have happened since the 3.8 release so
> I am considering producing a 3.9 soon.
A (hopefully small) point: for some time now Netsurf seems to be picking
up only the first css link.
On a
Does the shortcut version of the "font" property in CSS work properly in
Netsurf?
This CSS gives me the display I want:
font-family: serif;
font-style: italic;
font-weight: bold;
font-size: 24pt;
This single CSS expression is supposed to be equivalent, but Netsurf
ignores it
On Sat, Jun 22, 2019 at 05:36:39PM +0100, Richard Torrens (lists) wrote:
> In article <20190615175934.gh14...@kyllikki.org>,
>Vincent Sanders wrote:
> > A lot of features and bug fixes have happened since the 3.8 release so
> > I am considering producing a 3.9 soon.
>
> A (hopefully small) po
On 22/06/2019 19:09, Jim Nagel wrote:
Does the shortcut version of the "font" property in CSS work properly in
Netsurf?
Yes, it does. You can find extensive test data at [1].
This CSS gives me the display I want:
font-family: serif;
font-style: italic;
font-weight: bold;