diff --git a/graf2d/cocoa/src/FontCache.mm b/graf2d/cocoa/src/FontCache.mm
index e2e45b804d80cbb4922f94032f3c8501d5a718fa..896006a7c13e1ab7e08ab8942642fbdf8e678bb9 100644
--- a/graf2d/cocoa/src/FontCache.mm
+++ b/graf2d/cocoa/src/FontCache.mm
@@ -212,6 +212,7 @@ FontCache::FontCache()
    //XLFD name is not exactly PS name thus generating a warning with a new Core Text.
    fXLFDtoPostscriptNames["helvetica"] = "Helvetica";
    fXLFDtoPostscriptNames["courier"] = "Courier";
+   fXLFDtoPostscriptNames["times"] = "Times-Roman";   
 }
 
 //______________________________________________________________________________