Mobile app version of vmapp.org
Login or Join
Cofer715

: How do I reproduce in Illustrator the typeface that the web browser is displaying? I'm trying to figure out how to reproduce the exact typeface of a font being displayed on my web site in

@Cofer715

Posted in: #Fonts #WebFonts

I'm trying to figure out how to reproduce the exact typeface of a font being displayed on my web site in order to use it as a typeface for a logo in Adobe Illustrator.

The text is AJ Acevedo in the header of ajacevedo.com. Which appears to be an italic and bold version of 'Lucida Grande'. At least on a mac using Safari.

The problem is that a bold/italic version of 'Lucida Grande' does not exist.
A close comparison reveals that the browser is not falling back to the 'Lucida Sans Demibold Italic'.

Here is the css for the .site-title

.site-title {
font-family:"Lucida Grande", "Lucida Sans Demibold Italic", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
font-weight: bold;
font-style: italic;
text-decoration: none;
}


The question is:
How do I reproduce the typeface that the browser is displaying for .site-title in a native OS app like Illustrator?

NOTE: If you do not have 'Lucida Grande' installed, your browser will fall back to 'Lucida Sans Demibold Italic'.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer715

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi4787994

It's possible that your browser is applying faux-bold and faux-italic styles to your text. I can only make assumptions without testing it, but I'd guess that your broswer is using Lucida Grande yet it is skewing and fattening the glyphs since there is no bold or italic versions available.

If you want to produce a vector version of this faux bolded and italicized font, you can use a PDF printer to print the page and the text should be saved as outlines. I used Acrobat as a PDF printer. My browser falls back to use Lucida Sans Demibold Italic, but for illustration purposes here is the resulting page outlines (printed from Chrome, viewed in Illustrator):



You can grab your vector logo from there.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme