Georgia is a serif typeface designed in 1993 by Matthew Carter and hinted by Tom Rickner for Microsoft. It was intended as a serif typeface that would appear elegant but legible when printed small or on low-resolution screens. The typeface is inspired by Scotch Roman designs of the 19th century and was based on designs for a print typeface on which Carter was working when contacted by Microsoft; this would be released under the name Miller the following year.[1] The typeface's name referred to a tabloid headline, "Alien heads found in Georgia."[2]
As a transitional serif design, Georgia shows a number of traditional features of "rational" serif typefaces from around the early 19th century, such as alternating thick and thin strokes, ball terminals and a vertical axis. Speaking in 2013 about the development of Georgia and Miller, Carter said: "I was familiar with Scotch Romans, puzzled by the fact that they were once so popular... and then they disappeared completely."[3] Its figure (numeral) designs are lower-case, or text figures, designed to blend into continuous text; this was at the time a rare feature in computer fonts.[4]
Georgia was designed for clarity on a computer monitor even at small sizes.[5] It features a large x-height (tall lower-case letters), and its thin strokes are thicker than would be common on a typeface designed for display use or the greater sharpness possible in print.[6][7] Its reduced contrast and thickened serifs make it somewhat resemble Clarendon designs from the 19th century. The glyphs were manually hinted.[8]
Georgia's bold is also unusually bold, almost black. Carter noted that "Verdana and Georgia... were all about binary bitmaps: every pixel was on or off, black or white... The bold versions of Verdana and Georgia are bolder than most bolds, because on the screen, at the time we were doing this in the mid-1990s, if the stem wanted to be thicker than one pixel, it could only go to two pixels. That is a bigger jump in weight than is conventional in print series."[3] Given these unusual design decisions, Matthew Butterick, an expert on document design, recommended that organizations using Georgia for onscreen display license Miller to achieve a complementary, more balanced reading experience on paper.[9][10]
The Georgia typeface is similar to Times New Roman, another reimagination of transitional serif designs, but as a design for screen display it has a larger x-height and fewer fine details. The New York Times changed its standard font from Times New Roman to Georgia in 2007.[11]
Microsoft publicly released the initial version of the font on 1 November 1996 as part of the core fonts for the Web collection, and later bundled it with the Internet Explorer 4.0 supplemental font pack: these releases made it available for installation on both Windows and Macintosh computers. This made it a popular choice for web designers, as pages specifying Georgia as a font choice would display identically on both types if users installed the core fonts package (or later Internet Explorer), simplifying development and testing. Its creators also produced Verdana at the same time, the first Microsoft sans-serif screen font, for the same purposes. Some early public releases of Georgia included number designs between upper- and lower-case, similar to those later released with Miller.[15][16] Carter was asked by Robert Norton, Microsoft's type director, to change these to text, a decision that Carter later considered an improvement.[17]
Georgia Pro is available for purchase. However, users of Windows 10 or above can download Georgia Pro for free either from Microsoft Store[19] or by enabling an optional feature called "Pan-European Supplemental Fonts".[20][21]
Microsoft has commissioned a number of variants. Georgia Ref, a variant of Georgia consisting of a single weight, but with extra characters, was bundled with Microsoft Bookshelf 2000, Encarta Encyclopedia Deluxe 99 and Encarta Virtual Globe 99. MS Reference Serif, a derivative of Georgia Ref with a bold weight and italic, was also included in Microsoft Encarta. However, Microsoft's font manager Bill Hill wrote, "I for one never felt totally comfortable with it as a book face. There's something very dark and 'vertical' about the way it feels." He also noted that Microsoft had commissioned an alternative, versions of the existing typefaces Berling and Frutiger, for its Microsoft Reader e-book product.[22] Despite this, Georgia is included among the bundled book-reading fonts for several e-book applications.[23]
I checked this on a friend's computer and lo and behold, their Twitter looks TOTALLY different. I've been wondering why web designers have been using this nasty font on their sites, now I know (after inspecting elements in Firebug and thinking "Georgia didn't used to be this ugly..")
On the Windows 7 install disk, if you locate the file \sources\install.wim and open that up (I used 7zip, which worked, not sure what else would) inside the archive you can search to \1\Windows\Fonts\ and extract the georgia.ttf file (and the other versions such as bold and italic) directly.
I have a blog on blogspot.com - mentioning this so you may know I don't really have a lot of font options! Anyway - In my blog, I want the body font to be Georgia. What should be the Header font with it? I like georgia so much that I could very well choose it for the headers as well; but I want a sans font for that purpose. I have tried Verdana, but that looks somewhat boring along with Georgia. Any suggestions?
It's all a matter of exercising some taste but some good combinations with Georgia in my experience are Helvetica, Helvetica Neue, Arial (purists will tell you no, but you've got to be pragmatic sometimes), and Lucida Grande.I don't know what the exact font limitations are on Blogspot, but I'm sure you'll be able to find something in there to finish a tasteful design.
I too am hosted by Blogger. I too use Georgia as my preferred serif font. I too have a taste for Helvetica-like sans-serif fonts. My companion sans-serif font stack, which includes the Google font Arimo (illustrated above), is
except for large non-italic headings, for which I insert "Microsoft Sans Serif" ahead of "Liberation Sans". I give my reasons in "A multiplatform Helvetica-like font stack that suppresses Arial".
I can't say that I'd compare any of these to Georgia; I don't know which features of Georgia you're trying to find elsewhere. Honestly, I hate Georgia whenever I see it so I can't tell you if one of those fonts is "related to Georgia." Depending on which features of Georgia you're looking for in another font, you might find what you need here.
Miller is a rough analog of Georgia, by the same designer (Matthew Carter), intended for text and display in print. On screen the "text" version would be great for smaller headings, and the "display" version for really large sizes. But Georgia is already the small version.
OK, well, you know what this is, don't you? This is a survey of reported fonts. They asked people what fonts they had installed on their machines. The FAQ mentions one of the implications of this:
For instance, Times New Roman has a relatively low frequency because it is the default font for many Windows Web browsers and some survey respondents may not realise it is present on their system.
So yes, the results are horribly skewed.
I am trying to build a LaTeX class the reproduces my organization's branded Word template, based on the report class. I have most of the elements worked out, except for one aspect. When a report identifies authors, our style guide calls for the title page to include "Prepared by [names]" in 14 point, italic Georgia font. For some reason I can't get it to be both italic and Georgia in the title page.
If it's Georgia in the title page, it ignores the italics. I can get it to be italic if I don't insist on Georgia. It isn't that the italic version of the font isn't available--the main body of the text is also Georgia, and I can italicize there just fine--the problem only appears in the title page. I've tried several different italicizing commands, and with calling them before or after the \fontfamily call, but none of them do anything when the font is Georgia in the title page.
I'm still unclear as to why the less-global font declaration let me make the author line Georgia, or italic, but not both. However, for anyone who stumbles on this question with a similar problem, the fix is to redefine the default font, rather than just putting a font switch in the class file.
The issue here is that declaring Georgia font for the main text using \fontfamilygeorgia\selectfont can be overridden by various environments. The better way to declare the main font in the class is with \renewcommand\rmdefaultgeorgia. Then, omitting the \fontfamilygeorgia\selectfont in the author line of the \titlepage definition causes italics to be respected.
Thanks for reaching out.
To use these fonts, you need to select the base font from the Theme Options. The selected font in Theme Options acts like the base font., which will be applicable to rest of the site if not overridden by individual element settings.
1.) It will not work ONLY IF you do not have Georgia font in your computer system.
2.) For the headline element, it will not work because inherit means that it will inherit the font of its parent element.
Glad to know that it resolved your issue for some instances. Can you please let us know what exact problem you are having with Navigation Inline element while you are following the same steps.
The preset can be saved and applied to the same element. If you have saved a headline preset, it cannot be applied to a navigation inline element. You need to set up navigation inline element settings first and then save it as a preset.
The opening para of the home page of my website is written in "Georgia Italics' font. In every browser except Firefox the text is displayed in that font. Browsed in Firefox is appears in an extreme version of a similar font but awful to look at. This happens on both my Mac and Windows 8. How can I get Firefox to display the font that was intended?
c80f0f1006