diff --git a/tsg_util/plot_map.m b/tsg_util/plot_map.m
index 207351a020d411d018fb46f93fc09739f46b2abe..5472bb30ce6be0f6d461c36b698cf045d7ca4fd4 100644
--- a/tsg_util/plot_map.m
+++ b/tsg_util/plot_map.m
@@ -104,7 +104,8 @@ if ~isempty( ind )
 
   % Make a grid on the map with fancy box
   % -------------------------------------
-  m_grid('box', 'fancy', 'tickdir', 'in', 'TAG', 'TAG_PLOT4_LINE_GRID', 'Fontsize', 10);
+  m_grid('box', 'fancy', 'tickdir', 'in', 'TAG', 'TAG_PLOT4_LINE_GRID', ...
+    'Fontsize', tsg.fontSize);
 
   % Plot the ship track - Check if LAT-LON in deg-decimal
   % -----------------------------------------------------
@@ -145,7 +146,8 @@ if ~isempty( ind )
 
   % Write title
   % -----------
-  title( ['Cruise: ' tsg.file.name], 'fontsize', 14, 'fontweight', 'bold','interpreter','none');
+  title( ['Cruise: ' tsg.file.name], 'fontsize',tsg.fontSize +2, ...
+    'fontweight', 'bold','interpreter','none');
 
   % Set tag for each line
   % ---------------------