Magento documentation

Conclusion

Magento engine is a great solution for your online store. The default engine package contains all the modules necessary for successful sales. Open source allows you to provide your customers with really outstanding merchant possibilities. However, due to the quite complex engine structure advanced usage of Magento will require a lot of time and aspiration. You'll need much more than this manual.

The following resources will help you become a true Magento professional:

Useful resources

Help and Support

Loading data from Google servers

Some countries have issues connecting to Google servers. This can cause issues with loading Google Fonts from the Google CDN. To resolve these issues please do the following:
  1. Open app\design\frontend\default\theme***\template\page\html\head.phtml
  2. Find the line:
       <link href='//fonts.googleapis.com/css?family=[---your_web_font_name_here---]' rel='stylesheet' type='text/css' />
  3. Replace it with the following piece of code:
       <link href='//fonts.useso.com/css?family=[---your_web_font_name_here---]' rel='stylesheet' type='text/css' />