// JavaScript Document
function RenderTTF()
{
  DATAFUNCS.RenderFonts('tit_h1',{
   fontSize         : '26.25',
   backgroundColor  : 'FFFFFF',
   color            : 'FF7F00',
   fontFile         : 'fonts/Din Lt.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h3',{
   fontSize         : '13.5',
   backgroundColor  : 'FFFFFF',
   color            : '175EA3',
   fontFile         : 'fonts/Din Lt.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h2_home',{
   fontSize         : '15',
   backgroundColor  : 'FFFFFF',
   color            : 'FF7F00',
   fontFile         : 'fonts/DIN Bold_0.ttf',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h2_home_blue',{
   fontSize         : '15',
   backgroundColor  : 'FFFFFF',
   color            : '062342',
   fontFile         : 'fonts/DIN Bold_0.ttf',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h2',{
   fontSize         : '15',
   backgroundColor  : 'FFFFFF',
   color            : 'FF7F00',
   fontFile         : 'fonts/Din Lt.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_carrinho',{
   fontSize         : '6',
   backgroundColor  : 'FFFFFF',
   color            : '7F7F7F',
   fontFile         : 'fonts/kroeger 05_0.ttf',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h1_2',{
   fontSize         : '15',
   backgroundColor  : 'FFFFFF',
   color            : 'FF7F00',
   fontFile         : 'fonts/Din Lt.TTF',
   transparent      : '1'
  });
}

