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
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
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,"
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
> 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