washingtonstateuniversity / magazine.wsu.edu

WSU Magazine WordPress theme
1 stars 0 forks source link

Modify blockquote style for magazine theme #116

Closed wsmagazine closed 8 years ago

wsmagazine commented 8 years ago

For text in blockquotes: Museo Slab 300 ~16pt

blockquote { font-family: "museo-slab"; font-size: 1.3rem; line-height: 1.5; font-weight: 300; }

Also need this class (we'll use these in blockquotes/pull quotes):

.pullquote {font-size:3rem; color: #981e32; font-family: 'Arial Black';font-weight: 700; padding:5px 0; line-height:0;} .pullquote-speaker {font-family:'Open Sans'; font-size:.9rem; font-style:italic;}

Example using inline styles: https://magazine.wsu.edu/2015/01/30/a-winning-style/

[Note: Not sure if we have Arial Black for font choice. Please let me know. LC]