Google Chrome Download Official Website

broken image


Get Firefox, a free web browser backed by Mozilla, a non-profit dedicated to internet health and privacy. Available now on Windows, Mac, Linux, Android and iOS. Chrome is a very popular web browser designed to be fast and lightweight. It was developed by Google in order to make surfing the web easier even as technology changes. Chrome has an incredibly minimalist interface with very few buttons or menus. This is intended to maximize the amount of screen space available for displaying websites. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS).

Can I use fonts from the Google Fonts catalog on any page?

Yes. The open source fonts in the Google Fonts catalog are published under licenses that allow you to use them on any website, whether it's commercial or personal.
Search queries may surface results from external foundries, who may or may not use open source licenses.

Should I host fonts on my own website's server?

We recommend copying the code snippets available under the 'Embed' tab in the selection drawer directly into your website's HTML and CSS. Read more about the performance benefits this will have in the 'Will web fonts slow down my page?' section below.

Can I download the fonts on Google Fonts to my own computer?

Yes. To download fonts, simply create a selection of fonts, open the drawer at the bottom of the screen, then click the 'Download' icon in the upper-right corner of the selection drawer. You can download the fonts to use in mock-ups, documents, or locally on your machine.

Note that when browsers render websites that use the Google Fonts API, they will check if a font is installed locally on your computer, and prefer to use the local version over web fonts. To make sure the fonts installed locally on your personal computer are always up-to-date, we recommend using a fonts manager (such as SkyFonts) that automatically syncs the latest versions of fonts from the Google Fonts API to your computer.

I am a type designer. How can I contribute to Google Fonts?

Google Fonts collaborates with type designers, foundries, and the design community worldwide.

If you're a type designer interested in open source font development or if your fonts are not open source, but you would like to opt-in to include your fonts in our search results, please get in touch via GitHub.

Which fonts can I use with the Google Fonts API?

The Google Fonts API can serve the fonts listed in the Google Fonts Catalog. Use the directory to preview the fonts and read about the designers who created them.

Should I request all of the fonts on Google Fonts on each of my pages, just in case?

No. Each font requested takes some time to download (if it's not already in the visitor's cache); only request the fonts that you're using on a given page.

Will web fonts slow down my page?

Web fonts are likely to enhance the performance, maintainability, and accessibility of your page.

Like any other asset, font files have to be downloaded to a site visitor's computer before they can be displayed. Fonts served by the Google Fonts API are automatically compressed for a faster download, and once downloaded are cached in the browser and reused by any other web page that uses the Google Fonts API.

As the Google Fonts API becomes more widely used, it is likely visitors to your site or page will already have any Google fonts used in your design in their browser cache.

In general, you should be aware of the size of the font files you are serving on your site or page. We recommend embedding only the families, styles, and scripts needed. The page load time indicator, located in the upper-right of the selection drawer, shows an estimation of how your selection will affect the overall load time (ex: slow, moderate, fast) of your page based on the number of families, styles, and scripts you've chosen in the 'Customize' tab.

Learn more about how Google Fonts makes the web faster.

What does using the Google Fonts API mean for the privacy of my users?

The Google Fonts API is designed to limit the collection, storage, and use of end-user data to what is needed to serve fonts efficiently.

Official

Use of Google Fonts is unauthenticated. No cookies are sent by website visitors to the Google Fonts API. Requests to the Google Fonts API are made to resource-specific domains, such as fonts.googleapis.com or fonts.gstatic.com, so that your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that are authenticated, such as Gmail.

In order to serve fonts quickly and efficiently with the fewest requests, responses are cached by the browser to minimize round-trips to our servers.

Requests for CSS assets are cached for 1 day. This allows us to update a stylesheet to point to a new version of a font file when it's updated, and ensures that all websites using fonts hosted by the Google Fonts API will be using the most updated version of each font within 24 hours of each release.

The font files themselves are cached for one year, which cumulatively has the effect of making the entire web faster: When millions of websites all link to the same fonts, they are cached after visiting the first website and appear instantly on all other subsequently visited sites. We do sometimes update font files to reduce their file size, increase coverage of languages, and improve the quality of their design. The result is that website visitors send very few requests to Google: We only see 1 CSS request per font family, per day, per browser.

Google Chrome Download Official Website

Use of Google Fonts is unauthenticated. No cookies are sent by website visitors to the Google Fonts API. Requests to the Google Fonts API are made to resource-specific domains, such as fonts.googleapis.com or fonts.gstatic.com, so that your requests for fonts are separate from and do not contain any credentials you send to google.com while using other Google services that are authenticated, such as Gmail.

In order to serve fonts quickly and efficiently with the fewest requests, responses are cached by the browser to minimize round-trips to our servers.

Requests for CSS assets are cached for 1 day. This allows us to update a stylesheet to point to a new version of a font file when it's updated, and ensures that all websites using fonts hosted by the Google Fonts API will be using the most updated version of each font within 24 hours of each release.

The font files themselves are cached for one year, which cumulatively has the effect of making the entire web faster: When millions of websites all link to the same fonts, they are cached after visiting the first website and appear instantly on all other subsequently visited sites. We do sometimes update font files to reduce their file size, increase coverage of languages, and improve the quality of their design. The result is that website visitors send very few requests to Google: We only see 1 CSS request per font family, per day, per browser.

Google Fonts logs records of the CSS and the font file requests, and access to this data is kept secure. Aggregate usage numbers track how popular font families are, and are published on our analytics page. We use data from Google's web crawler to detect which websites use Google fonts. This data is published and accessible in the Google Fonts BigQuery database. To learn more about the information Google collects and how it is used and secured, see Google's Privacy Policy.

How is text displayed while the browser is still loading the font file?

Behavior varies depending on browser type. Some browsers will only display text after font files are loaded, while others will use the fallback font from the font stack and then refresh the page when the font is available. The latter behavior is generally referred to as the 'flash of unstyled text,' or FOUT. For browser details, see the Technical Considerations page.

Can I use CSS3 features like text shadows in combination with web fonts?

Absolutely. CSS3 offers a range of features that can be applied to text on the web. Because text displayed using web fonts is still just text, it works well with CSS features like text-shadow and rotation.

Which browsers are supported?

The Google Fonts API is compatible with the following browsers:

  • Google Chrome: version 4.249.4+
  • Mozilla Firefox: version: 3.5+
  • Apple Safari: version 3.1+
  • Opera: version 10.5+
  • Microsoft Internet Explorer: version 6+

Does the Google Fonts API work on mobile devices?

The Google Fonts API works reliably on the vast majority of modern mobile operating systems, including Android 2.2+ and iOS 4.2+ (iPhone, iPad, iPod).

Support for earlier iOS versions is limited.

What do unsupported browsers see?

If someone using an unsupported browser visits a page that uses the Google Fonts API, the text is displayed using the next available font in your CSS font stack.

In the following example, the text would be displayed in the unsupported browser's default cursive font:

What generic fallback fonts are available?

CSS defines a set of generic font families; you can list a generic family at the end of a font stack, for browsers to fall back to. Each browser has a default font that it uses for each of these generic fonts.

SerifA font with serifs.

Sans-serifA font without serifs.

CursiveA font that has joined strokes that make it look at least somewhat like handwriting.

FantasyA decorative font (but focused on characters rather than on icons or pictures).

MonospaceA font in which every character is the same width.

Get the browser that protects what's important

No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.

Latest Firefox features

  • Picture-in-Picture

    Pop a video out of the browser window so you can stream and multitask.

  • Expanded Dark Mode

    Take it easy on your eyes every time you go online.

  • An extra layer of protection

    DNS over HTTPS (DoH) helps keep internet service providers from selling your data.

Do what you do online.
Firefox Browser isn't watching.

How Firefox compares to other browsers

Get all the speed and tools with none of the invasions of privacy. Firefox Browser collects so little data about you, we don't even require your email address to download. That's because unlike other browsers, we have no financial stake in following you around the web.

Compare Firefox to:
Blocks third-party tracking cookies by default
Autoplay blocking
Blocks social trackers
OS availability
In-browser screenshot tool
Primary password

We block the ad trackers. You explore the internet faster.

Ads are distracting and make web pages load slower while their trackers watch every move you make online. The Firefox Browser blocks most trackers automatically, so there's no need to dig into your security settings.

Firefox is for everyone

Available in over 90 languages, and compatible with Windows, Mac and Linux machines, Firefox works no matter what you're using or where you are. Make sure your operating system is up to date for the best experience.

Put Firefox on all your devices

Take your privacy with you everywhere. Firefox Browsers for iOS and Android have the same strong privacy settings to block trackers from following you around the web, no matter where you are.

Do it all with Firefox

Search smarter, faster

  • Search from address bar
  • Search engine options
  • Smart search suggestions
  • Bookmark, history and open tab in results

Google Chrome Free Download Official Website

Boost your productivity

  • Works with Google products
  • Built-in screenshot tool
  • Bookmarks manager
  • Autosuggest URLs
  • Sync across devices
  • Reader mode
  • Spell check
  • Pinned Tabs

Stream, share and play

  • Block Autoplay of video & audio
  • Picture-in-Picture
  • Curated content on new tab
  • Share links

Protect your privacy

  • Third Party Cookie Blocking
  • Cryptominer Blocking
  • Private Browsing mode
  • Individual protections report

Secure your personal info

  • Breached website alerts
  • Built-in password manager
  • Clear history
  • Form autofill
  • Automatic updates

Customize your browser

  • Themes
  • Dark mode
  • Library of extensions
  • Adjust search bar settings
  • Change new tab layout

Make Firefox your own

  • Extensions for every interest

    From security to news to gaming, there's an extension for everyone. Add as many as you want until your browser is just right.

  • Change up your look

    Go from light mode to dark mode depending on your mood or preference, or liven things up with a custom theme (rainbow unicorn, perhaps).

  • Tweak your settings

    There's no need to settle. Change up the new tab page, search bar, bookmarks and more to explore the internet the way you want.

Backed by the non-profit that puts people first

Google Chrome Official Site

Challenging the status quo since 1998

Firefox was created by Mozilla as a faster, more private alternative to browsers like Internet Explorer, and now Chrome. Today, our mission-driven company and volunteer community continue to put your privacy above all else.

Your privacy comes first

As the internet grows and changes, Firefox continues to focus on your right to privacy — we call it the Personal Data Promise: Take less. Keep it safe. No secrets. Your data, your web activity, your life online is protected with Firefox.

Keep all your favorite browser features — and discover new ones.

Works with Google products

All your favorite Google tools (like Gmail and Docs) work seamlessly in the Firefox Browser.

Facebook Container

Download this browser extension to stop Facebook (and Instagram) from tracking you around the web.

Sync your devices

Firefox is available on all your devices; take your tabs, history and bookmarks with you. All you need is a Firefox account.

Screenshots

Grab a high-resolution image of anything online with our screenshot tool built right in the browser

Enhanced Tracking Protection (ETP)

Firefox automatically blocks many third party trackers from collecting and selling your web activity.

Picture-in-Picture

From watching a web tutorial to keeping an eye on your favorite team, your video follows you while you multitask.

Questions? Mozilla support has you covered.

Firefox Browser

Get Firefox Browser for Android

Get Firefox Browser for iOS

Download the Firefox mobile browser for automatic protection on all your devices.

Learn about the Firefox desktop browser below

You've already got the browser. Now get even more from Firefox.

Watch for hackers with Firefox Monitor, protect passwords with Firefox Lockwise, and more.

Meet our family of products





broken image