gallowsbird Hi
You can add this new font into template first: https://www.t3-framework.org/documentation/bs3-customization#add-fonts
Then open the file: /templates/ja_morgan/less/variables.less
Look for this declaration:
@font-family-sans-serif: "PTRootUI", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
You can define a new variable for the new font such as: @font-family-verdana: Verdana, Geneva, sans-serif;
and assign it to font-family-base variable: @font-family-base: @font-family-verdana;
BACKUP your site first and compile less to css: