mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Twenty Thirteen: better styles for blockquote italic and bold text. Fixes #24471.
git-svn-id: http://core.svn.wordpress.org/trunk@24393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
45dfe23d61
commit
8f72f9e9e3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user