Styling header elements

h1, .h1 { font-family: $font-family–body; font-size: 1.125rem; font-weight: $font-weight–bold; letter-spacing: .075em; line-height: 1.5555555556; margin: 0; @media only screen and (min-width: $break–laptop) { font-size: 2.25rem; line-height: 1.2222222222; } } h2, .h2 { font-family: $font-family–body; font-size: 1.125rem; font-weight: $font-weight–bold; letter-spacing: .075em; line-height: 1.4285714286; margin: 0; @media only screen and (min-width: $break–laptop) { font-size: 1.75rem; letter-spacing: .05em; line-height: … Read moreStyling header elements

Categories CSS

Getting Started with WebP images

https://developers.google.com/speed/webp By default, WordPress will create the sub-sized images in the same image format as the uploaded file. More adventurous users can experiment with Silverstein’s plugin that offers a setting for specifying the default image format used for the sub-sized images WordPress generates. A new wp_editor_set_quality filter is available for developers to modify the quality setting for uploaded images.