mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Twenty Thirteen: better styles for blockquote italic and bold text. Fixes #24471.
git-svn-id: https://develop.svn.wordpress.org/trunk@24393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -129,7 +129,7 @@ function twentythirteen_fonts_url() {
|
||||
$font_families = array();
|
||||
|
||||
if ( 'off' !== $source_sans_pro )
|
||||
$font_families[] = 'Source+Sans+Pro:400,700,300italic,400italic,700italic';
|
||||
$font_families[] = 'Source+Sans+Pro:300,400,700,300italic,400italic,700italic';
|
||||
|
||||
if ( 'off' !== $bitter )
|
||||
$font_families[] = 'Bitter:400,700';
|
||||
|
||||
@@ -263,6 +263,17 @@ blockquote small {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
blockquote em,
|
||||
blockquote i {
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
blockquote strong,
|
||||
blockquote b {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user