fisrst find the name of the font..google it and download the file for the font next upload it to your server and then open style.css
@font-face { font-family: 'font name'; src: url('link to the font fle') format('format of the file');}
next wherever you see new times roman in ur style.css replace it with the font name..this is a basic fix it “might” break other areas where you dont want to change the font so create a backup of style.css before doing this