<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 29, 2017 at 1:46 PM, Fernando Lopez <span dir="ltr"><<a href="mailto:fernando.lopezjr@gmail.com" target="_blank">fernando.lopezjr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">aren't fonts pulled from the web? that is almost everywhere because not all systems(win,lin,and) have the required fonts... thats why they are pulled from the web...</div></blockquote></div><br></div><div class="gmail_extra"><div class="gmail_default" style="font-family:tahoma,sans-serif">​Not really.  Unless you name a specific font in your CSS and provide src links to the font files in a @font-face block in your CSS, they're almost always pulled from the local system.​  Most of the time, a generic font-family is specified in CSS instead of an embedded font.  If you don't have the required font-family, your browser simply substitutes what it has configured as default fonts for various styles.  Actually, I suspect the majority of the time, fonts are actually specified at all and your browser just uses its configured defaults for everything.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">This is one of the reasons why the Microsoft web core fonts got so popular with so many Linux users.  But these days, the fonts issue is generally a non-issue.</div></div></div>