> On May 12, 2018, at 4:57, Tom Livingston <tom...@gmail.com> wrote: > > I am including their css file in the head of my page, which has > the @font-face declarations without font-weight, etc. then reference a font > like this: > > b{ > font-family:'HelveticaNeueW01-75Bold', Arial, Helmet, Freesans, > Helvetica, sans-serif; > font-weight: 700; > font-style: normal; > } > > font family plus fallbacks, weight and style. > > In firefox, the fonts are apparently 'double bolded’.
For Firefox and Safari, you can use: `:root { font-synthesis: none; } ` (or apply it to the specific elements). Chromium builds still don’t support that (bad, bad…), and I can’t remember off hand if Edge supports it. See https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis > I also have issues sometimes where, with other fonts, safari won't show > bold. What is the computed value for the element in question? There could be many other reasons though, hard to say without seeing the pages Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______________________________________________________________________ css-discuss [css-d@css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/