Change menu Font after refresh

Change menu Font after refresh

Dear All


I have this in multilingual

As as advised (BY JAKE)  I am refreshing the page after change of language so as to change the menu 

however the I want to increase the font size when 'Marathi' is selected
and revert (or change font)  when 'English' is selected

I am using following css

I want to change font size using ajax


  1. #cssmenu > ul > li > a {
  2.   font-size: 14px; /* I want to change the font size  */
  3.   font-weight: bold;
  4.   padding: 15px 15px;
  5.   color: #dedede;
  6.   text-transform: uppercase;
  7.   -webkit-transition: color 0.25s ease-out;
  8.   -moz-transition: color 0.25s ease-out;
  9.   -ms-transition: color 0.25s ease-out;
  10.   -o-transition: color 0.25s ease-out;
  11.   transition: color 0.25s ease-out;
  12. }