[css-d] Loading of fonts

2019-03-19 Thread Karl DeSaulniers
Hello list, In my experience, I have had better success loading fonts via adding a class of the font vs. a font-family declaration in the css for that element. Where... Some Text #info { width:100%;font-family: NewsGothicMT,"News Gothic MT", Arial, Geneva, sans-serif; font-style: normal;font-we

[css-d] Loading fonts

2019-03-19 Thread Karl DeSaulniers
Hello list, In my experience, I have had better success loading fonts via adding a class of the font vs. a font-family declaration in the css for that element. Where... Some Text #info { width:100%;font-family: NewsGothicMT,"News Gothic MT", Arial, Geneva, sans-serif; font-style: normal;font-we

Re: [css-d] Loading fonts

2019-03-19 Thread Tom Livingston
On Tue, Mar 19, 2019 at 1:07 PM Karl DeSaulniers wrote: > Hello list, > In my experience, I have had better success loading fonts via adding a > class of the font vs. a font-family declaration in the css for that element. > > Where... > > Some Text > #info { width:100%;font-family: NewsGothicMT,"

Re: [css-d] Loading of fonts

2019-03-19 Thread Tom Livingston
On Tue, Mar 19, 2019 at 12:55 PM Karl DeSaulniers wrote: > > Hello list, > In my experience, I have had better success loading fonts via adding a class > of the font vs. a font-family declaration in the css for that element. > > Where... > > Some Text > #info { width:100%;font-family: NewsGothicM

Re: [css-d] Loading fonts

2019-03-19 Thread Karl DeSaulniers
> On Mar 19, 2019, at 12:19 PM, Tom Livingston wrote: > > On Tue, Mar 19, 2019 at 1:07 PM Karl DeSaulniers > wrote: > >> Hello list, >> In my experience, I have had better success loading fonts via adding a >> class of the font vs. a font-family declaration in the css for that element. >> >> W