Glyphs not rendering in docs properly #497
Description
emdash, and the left/right quotes are not rendering properly
See http://docs.angularjs.org/#!/misc/contribute
I've checked on chrome and firefox on mac.
===========================================================v----------------v
"When the patch is reviewed and merged, delete your branch and pull yours � and other � changes from the main (upstream) repository:"
The build output can be located under the build directory. It consists of the following files and directories:
angular-.tgz � This is the complete tarball, which contains all of the release build artifacts.
angular.js � The non-minified angular script.
angular.min.js � The minified angular script.
angular-scenario.js � The angular End2End test runner.
angular-ie-compat.js � The Internet Explorer compatibility patch file.
docs/ � A directory that contains all of the files needed to run docs.angularjs.org.
docs/index.html � The main page for the documentation.
docs/docs-scenario.html � The End2End test runner for the documentation application.