adding a custom font to VS 2010 @fontface
问题 Started a new asp.net website (razor v2) website in VS2010 (just as a test template to add a custom font) Added the font 'Gothic.TTd' as an 'existing item' to the project level. Then in 'site.css' I added @font-face { font-family: "Century Gothic"; src: url('GOTHIC.TTF'), } Then added this font family to the 'body' of site.css to see what it looks like on the home page: body { background-color: #fff; border-top: solid 10px #000; color: #333; font-size: .85em; font-family: "Century Gothic",