Trying to Change Font on Name Banner

Request Type: 
General Assistance
Author: 
Paul Grant-Costa
Issue/Request: 

I’m trying to adjust the font of the Yale Indian Papers Project to be the thin version of it.  However, I can’t seem to discover how to do it.  I’m also hoping that this will also similarly change the font of the title of the documents, eg., as in this example, Petition of Robert Ashbow, http://yipp.yale.edu/annotated-transcription/digcoll1018812

Thanks

Hi Paul,

The font H3 HTML element is being styled, if you want to change it to thinner version font you can just change the normal font format from WYSIWYG tool: click edit>> Body field- select Format dropdown and click normal style then save.

For the font of the title of the document you can change it by: Administration>> Configuration>> Development>> CSS injector and apply this CSS below to change the font of the title, you can change the font size too to whatever size you want it.

h1.title{

font-size: 2.6rem;

}