• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Amendment proposal: Generic font-family in style sheets

Status
Not open for further replies.

dave-ha

Regular Pleskian
In WPB 10 the font-family in a style sheet looks like that:

Example:
font-family: "Comic Sans MS" ;

There is no generic font defined at the end of the statement. If the defined font-family is not available on the user's device the browser just defaults to its standard font. This could lead to unwanted typographic results. However, if a generic font family is defined in the style sheet the browser falls back to one of those, i.e. for a (sans-serif) font like Comic Sans MS it shows a sans-serif font instead.

Proposed amendment (examples):
font-family: "Comic Sans MS",sans-serif;
font-family: "Times New Roman",serif;
font-family: Tahoma,sans-serif;
etc.

For specifications see http://www.w3.org/TR/CSS21/fonts.html#generic-font-families.

I propose to enhance WPB in this direction.
 
Hi Dave,


Thank you for your suggestion -- this looks to be a relatively cheap improvement, so we'll try to do it in 11.1.
 
Hi Custer,

I wonder what the status/plans for this improvement is. Could you please give me an update?
 
Hi Dave,

I'm happy to tell you that your request has been implemented in WPB v12. As per RNs:

"Generic fonts are now defined in CSS generated by Presence Builder for newly created sites. Note that this does not affect already existing sites."
 
Status
Not open for further replies.
Back
Top