I want to change the bib style(use biblatex) for the defualt setting, the original bibstyle looks like
I want to change the "Mathematical methods of classical mechanics" fontstyle to "Mathematical methods of classical mechanics"
How can I achieve this?A related question change citation font style using natbib which does provide with a solution for my question I want to change the font for book name to times new Roman
Added:Similarily the Jornal name in the defualt setting it's Itatly style, can I change it to Times New Roman?

biblatex(which is incompatible withnatbib). There\DeclareFieldFormatwould do the job. But if you usenatbibor indeed any\bibliography-style based solution, then you probably either need a trick like https://tex.stackexchange.com/q/80130/35864 or need to modify the style (though what exactly needs to be/can be done depends on the style you are using). – moewe Mar 21 '22 at 04:50