'Why use Arial, Helvetica, sans-serif as font-family instead of just sans-serif?
I can't see what is the point of doing this? For me it renders identically the same, so why should I use Arial, Helvetica, sans-serif vs just sans-serif?
Solution 1:[1]
You should use "Arial, Helvetica, sans-serif " because if 'Arial' isn't available the font will be changed to 'Helvetica' which is the same as 'Arial' and so on.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user18343424 |
