By Wolfgang Keller
Originally written 2024-04-28
Last modified 2024-05-09
Not recommended:
Installing Solid Edge installs the Helvetica font on your system. As noted on Siemens DISW | Solid Edge ST6 messed up web browser font. [published 2014-10-09T17:47; visited 2024-05-07T01:09:26Z], this messes up the rendering of quite a few websites in your web browser.
Let us look at an example: Danisch.de [visited 2024-05-07T01:11:35Z]:
What is the reason for the font rendering difference? It can be found in the stylesheet file https://www.danisch.de/assets/css/wdde3.css [visited 2024-05-07T01:18:58Z]. This CSS stylesheet contains the following declaration:
body {
font-family: OpenSans, Helvetica, Arial, sans-serif;
color: #101010;
background-color: #f8f8f8;
}
The font-family
declaration means:
So, what is the actual problem is not that Solid Edge installs the Helvetica font, but the fact that many webpages inconsiderately add a reference to the Helvetica font in their stylesheet without considering the consequences when this font is actually installed.