Index: wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
===================================================================
--- wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css	(revision 26486)
+++ wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css	(working copy)
@@ -1,8 +1,6 @@
-@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin');
-
 /* Generic */
 body {
-font-family: "Open Sans", sans-serif;
+font-family: sans-serif;
 font-size:13px;
 background:#fcfcfc;
 padding:0;
@@ -65,7 +63,7 @@
 	background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
 	background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
 	background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
-	
+
 	text-shadow: 0 1px 0 #fff;
 	-webkit-box-shadow: inset 0 1px 0 #fff;
 	-moz-box-shadow: inset 0 1px 0 #fff;
Index: wp-includes/js/thickbox/thickbox.css
===================================================================
--- wp-includes/js/thickbox/thickbox.css	(revision 26486)
+++ wp-includes/js/thickbox/thickbox.css	(working copy)
@@ -3,12 +3,12 @@
 /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
 /* ----------------------------------------------------------------------------------------------------------------*/
 #TB_window {
-	font: 12px "Open Sans", sans-serif;
+	font: 12px sans-serif;
 	color: #333333;
 }
 
 #TB_secondLine {
-	font: 10px "Open Sans", sans-serif;
+	font: 10px sans-serif;
 	color:#666666;
 }
 
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 26486)
+++ wp-includes/functions.php	(working copy)
@@ -2208,7 +2208,7 @@
 		body {
 			background: #fff;
 			color: #333;
-			font-family: "Open Sans", sans-serif;
+			font-family: sans-serif;
 			margin: 2em auto;
 			padding: 1em 2em;
 			max-width: 700px;
@@ -2219,7 +2219,7 @@
 			border-bottom: 1px solid #dadada;
 			clear: both;
 			color: #666;
-			font: 24px "Open Sans", sans-serif;
+			font: 24px sans-serif;
 			margin: 30px 0 0 0;
 			padding: 0;
 			padding-bottom: 7px;
@@ -2265,7 +2265,7 @@
 			-webkit-box-sizing: border-box;
 			-moz-box-sizing:    border-box;
 			box-sizing:         border-box;
-		
+
 			-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
 			box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
 		 	vertical-align: top;
Index: wp-includes/css/admin-bar-rtl.css
===================================================================
--- wp-includes/css/admin-bar-rtl.css	(revision 26486)
+++ wp-includes/css/admin-bar-rtl.css	(working copy)
@@ -7,7 +7,7 @@
 	text-shadow: none;
 	text-transform: none;
 	letter-spacing: normal;
-	font: normal 13px/32px "Open Sans", sans-serif;
+	font: normal 13px/32px sans-serif;
 	border-radius: 0;
 	-webkit-box-sizing: content-box;
 	-moz-box-sizing:    content-box;
@@ -64,7 +64,7 @@
 #wpadminbar {
 	direction: rtl;
 	color: #ccc;
-	font: normal 13px/32px "Open Sans", sans-serif;
+	font: normal 13px/32px sans-serif;
 	height: 32px;
 	position: fixed;
 	top: 0;
@@ -93,7 +93,7 @@
 }
 
 /* Prevent a Chrome bug that inadvertantly activates
-   :hover states on an element that touches the extreme 
+   :hover states on an element that touches the extreme
    top left corner of the viewport. See #18868 */
 #wpadminbar .quicklinks {
 	border-right: 1px solid transparent;
@@ -540,7 +540,7 @@
 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
 	position: relative;
 	z-index: 30;
-	font: 13px/24px "Open Sans", sans-serif;
+	font: 13px/24px sans-serif;
 	height: 24px;
 	width: 24px;
 	padding: 0 24px 0 3px;
@@ -690,7 +690,7 @@
 	}
 
 	#wpadminbar * {
-		font: normal 14px/32px "Open Sans", sans-serif;
+		font: normal 14px/32px sans-serif;
 	}
 
 	#wpadminbar .quicklinks li > a,
@@ -786,14 +786,14 @@
 		color: #999;
 		position: relative;
 	}
-	
+
 	#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
 	#wpadminbar .ab-icon,
 	#wpadminbar .ab-item:before {
 		padding: 0;
 		margin-left: 0;
 	}
-	
+
 	#wpadminbar #wp-admin-bar-edit > .ab-item:before,
 	#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
 	#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
@@ -968,7 +968,7 @@
 	#wpadminbar {
 		position: absolute;
 	}
-	
+
 	#wp-responsive-overlay {
 		position: fixed;
 		top: 0;
Index: wp-includes/css/admin-bar.css
===================================================================
--- wp-includes/css/admin-bar.css	(revision 26486)
+++ wp-includes/css/admin-bar.css	(working copy)
@@ -7,7 +7,7 @@
 	text-shadow: none;
 	text-transform: none;
 	letter-spacing: normal;
-	font: normal 13px/32px "Open Sans", sans-serif;
+	font: normal 13px/32px sans-serif;
 	border-radius: 0;
 	-webkit-box-sizing: content-box;
 	-moz-box-sizing:    content-box;
@@ -64,7 +64,7 @@
 #wpadminbar {
 	direction: ltr;
 	color: #ccc;
-	font: normal 13px/32px "Open Sans", sans-serif;
+	font: normal 13px/32px sans-serif;
 	height: 32px;
 	position: fixed;
 	top: 0;
@@ -93,7 +93,7 @@
 }
 
 /* Prevent a Chrome bug that inadvertantly activates
-   :hover states on an element that touches the extreme 
+   :hover states on an element that touches the extreme
    top left corner of the viewport. See #18868 */
 #wpadminbar .quicklinks {
 	border-left: 1px solid transparent;
@@ -540,7 +540,7 @@
 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
 	position: relative;
 	z-index: 30;
-	font: 13px/24px "Open Sans", sans-serif;
+	font: 13px/24px sans-serif;
 	height: 24px;
 	width: 24px;
 	padding: 0 3px 0 24px;
@@ -690,7 +690,7 @@
 	}
 
 	#wpadminbar * {
-		font: normal 14px/32px "Open Sans", sans-serif;
+		font: normal 14px/32px sans-serif;
 	}
 
 	#wpadminbar .quicklinks li > a,
@@ -786,14 +786,14 @@
 		color: #999;
 		position: relative;
 	}
-	
+
 	#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
 	#wpadminbar .ab-icon,
 	#wpadminbar .ab-item:before {
 		padding: 0;
 		margin-right: 0;
 	}
-	
+
 	#wpadminbar #wp-admin-bar-edit > .ab-item:before,
 	#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
 	#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
@@ -968,7 +968,7 @@
 	#wpadminbar {
 		position: absolute;
 	}
-	
+
 	#wp-responsive-overlay {
 		position: fixed;
 		top: 0;
Index: wp-includes/css/media-views-rtl.css
===================================================================
--- wp-includes/css/media-views-rtl.css	(revision 26486)
+++ wp-includes/css/media-views-rtl.css	(working copy)
@@ -3,7 +3,7 @@
  */
 .media-modal,
 .media-frame {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 12px;
 }
 
@@ -49,7 +49,7 @@
 .media-frame input[type="url"],
 .media-frame textarea,
 .media-frame select {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 12px;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
@@ -163,7 +163,7 @@
 	overflow: auto;
 	min-height: 300px;
 	background: #fff;
-	-webkit-font-smoothing: subpixel-antialiased; 
+	-webkit-font-smoothing: subpixel-antialiased;
 }
 
 .media-modal-icon {
@@ -606,7 +606,7 @@
 	line-height: 18px;
 	font-size: 13px;
 	color: #464646;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	-webkit-appearance: none;
 }
 
@@ -1604,7 +1604,7 @@
 	.media-modal-close {
 		left: 10px;
 	}
-	
+
 	/* Text inputs need to be 16px, or they force zooming on iOS */
 	.media-frame input[type="text"],
 	.media-frame input[type="password"],
@@ -1652,7 +1652,7 @@
 	.media-frame-title {
 		display: none;
 	}
-	
+
 	.media-frame-toolbar {
 		position: absolute;
 		bottom: 0px;
@@ -1677,7 +1677,7 @@
 	.attachment-details h3 {
 		margin-top: 45px;
 	}
-		
+
 	/* Shorten right-side links so they don't overlap the close button */
 	.media-menu a:nth-child(2),
 	.media-menu a:last-child {
@@ -1703,7 +1703,7 @@
 		top: 84px;
 		right: 0;
 	}
-	
+
 	.media-frame-content {
 		right: 0;
 		top: 118px;
@@ -1712,11 +1712,11 @@
 	.media-frame .attachments-browser {
 		padding-bottom: 300px;
 	}
-	
+
 	.media-sidebar {
 		border-bottom: 1px solid #dddddd;
 	}
-	
+
 	.media-modal {
 		width: auto;
 	}
@@ -1822,7 +1822,7 @@
 	.media-frame-content {
 		top: 78px;
 	}
-	
+
 	.attachments-browser .attachments {
 		top: 2px;
 	}
Index: wp-includes/css/media-views.css
===================================================================
--- wp-includes/css/media-views.css	(revision 26486)
+++ wp-includes/css/media-views.css	(working copy)
@@ -3,7 +3,7 @@
  */
 .media-modal,
 .media-frame {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 12px;
 }
 
@@ -49,7 +49,7 @@
 .media-frame input[type="url"],
 .media-frame textarea,
 .media-frame select {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 12px;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
@@ -163,7 +163,7 @@
 	overflow: auto;
 	min-height: 300px;
 	background: #fff;
-	-webkit-font-smoothing: subpixel-antialiased; 
+	-webkit-font-smoothing: subpixel-antialiased;
 }
 
 .media-modal-icon {
@@ -606,7 +606,7 @@
 	line-height: 18px;
 	font-size: 13px;
 	color: #464646;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	-webkit-appearance: none;
 }
 
@@ -1604,7 +1604,7 @@
 	.media-modal-close {
 		right: 10px;
 	}
-	
+
 	/* Text inputs need to be 16px, or they force zooming on iOS */
 	.media-frame input[type="text"],
 	.media-frame input[type="password"],
@@ -1652,7 +1652,7 @@
 	.media-frame-title {
 		display: none;
 	}
-	
+
 	.media-frame-toolbar {
 		position: absolute;
 		bottom: 0px;
@@ -1677,7 +1677,7 @@
 	.attachment-details h3 {
 		margin-top: 45px;
 	}
-		
+
 	/* Shorten right-side links so they don't overlap the close button */
 	.media-menu a:nth-child(2),
 	.media-menu a:last-child {
@@ -1703,7 +1703,7 @@
 		top: 84px;
 		left: 0;
 	}
-	
+
 	.media-frame-content {
 		left: 0;
 		top: 118px;
@@ -1712,11 +1712,11 @@
 	.media-frame .attachments-browser {
 		padding-bottom: 300px;
 	}
-	
+
 	.media-sidebar {
 		border-bottom: 1px solid #dddddd;
 	}
-	
+
 	.media-modal {
 		width: auto;
 	}
@@ -1822,7 +1822,7 @@
 	.media-frame-content {
 		top: 78px;
 	}
-	
+
 	.attachments-browser .attachments {
 		top: 2px;
 	}
Index: wp-includes/css/editor-rtl.css
===================================================================
--- wp-includes/css/editor-rtl.css	(revision 26486)
+++ wp-includes/css/editor-rtl.css	(working copy)
@@ -433,7 +433,7 @@
 	width: 100%;
 	height: auto;
 	text-align: center;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 11px;
 	line-height: 20px;
 	border-color: #fff;
@@ -489,7 +489,7 @@
 .wp_themeSkin .mceMenu .mceText {
 	position: relative;
 	display: block;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	cursor: default;
 	margin: 0;
 	padding: 0 25px;
@@ -1021,7 +1021,7 @@
 	color: #777;
 	cursor: pointer;
 	float: left;
-	font: 13px/19px "Open Sans", sans-serif;
+	font: 13px/19px sans-serif;
 	height: 19px;
 	margin: 5px 5px 0 0;
 	padding: 3px 8px 4px;
@@ -1131,7 +1131,7 @@
 	display: inline-block;
 	min-width: 26px;
 	padding: 2px 4px;
-	font: 12px/18px "Open Sans", sans-serif;
+	font: 12px/18px sans-serif;
 	color: #464646;
 	border: 1px solid #c3c3c3;
 	-webkit-border-radius: 3px;
@@ -1709,7 +1709,7 @@
 }
 
 .clearlooks2 .mceTop span {
-	font: 13px/24px "Open Sans", sans-serif;
+	font: 13px/24px sans-serif;
 	color: #e5e5e5;
 }
 
Index: wp-includes/css/editor.css
===================================================================
--- wp-includes/css/editor.css	(revision 26486)
+++ wp-includes/css/editor.css	(working copy)
@@ -433,7 +433,7 @@
 	width: 100%;
 	height: auto;
 	text-align: center;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 11px;
 	line-height: 20px;
 	border-color: #fff;
@@ -489,7 +489,7 @@
 .wp_themeSkin .mceMenu .mceText {
 	position: relative;
 	display: block;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	cursor: default;
 	margin: 0;
 	padding: 0 25px;
@@ -1021,7 +1021,7 @@
 	color: #777;
 	cursor: pointer;
 	float: right;
-	font: 13px/19px "Open Sans", sans-serif;
+	font: 13px/19px sans-serif;
 	height: 19px;
 	margin: 5px 0 0 5px;
 	padding: 3px 8px 4px;
@@ -1131,7 +1131,7 @@
 	display: inline-block;
 	min-width: 26px;
 	padding: 2px 4px;
-	font: 12px/18px "Open Sans", sans-serif;
+	font: 12px/18px sans-serif;
 	color: #464646;
 	border: 1px solid #c3c3c3;
 	-webkit-border-radius: 3px;
@@ -1709,7 +1709,7 @@
 }
 
 .clearlooks2 .mceTop span {
-	font: 13px/24px "Open Sans", sans-serif;
+	font: 13px/24px sans-serif;
 	color: #e5e5e5;
 }
 
Index: wp-includes/script-loader.php
===================================================================
--- wp-includes/script-loader.php	(revision 26486)
+++ wp-includes/script-loader.php	(working copy)
@@ -553,43 +553,16 @@
 
 	$rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install', 'colors' );
 
-	$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'open-sans', 'dashicons' ) );
+	$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'dashicons' ) );
 
 	$styles->add( 'ie', "/wp-admin/css/ie$suffix.css" );
 	$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
 
-	$open_sans_font_url = '';
-
-	/* translators: If there are characters in your language that are not supported
-	 * by Open Sans, translate this to 'off'. Do not translate into your own language.
-	 */
-	if ( 'off' !== _x( 'on', 'Open Sans font: on or off' ) ) {
-		$subsets = 'latin,latin-ext';
-
-		/* translators: To add an additional Open Sans character subset specific to your language,
-		 * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language.
-		 */
-		$subset = _x( 'no-subset', 'Open Sans font: add new subset (greek, cyrillic, vietnamese)' );
-
-		if ( 'cyrillic' == $subset ) {
-			$subsets .= ',cyrillic,cyrillic-ext';
-		} elseif ( 'greek' == $subset ) {
-			$subsets .= ',greek,greek-ext';
-		} elseif ( 'vietnamese' == $subset ) {
-			$subsets .= ',vietnamese';
-		}
-
-		// Hotlink Open Sans, for now
-		$open_sans_font_url = "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets";
-	}
-
-	$styles->add( 'open-sans', $open_sans_font_url );
-
 	// Dashicons
 	$styles->add( 'dashicons', "/wp-includes/css/dashicons$suffix.css" );
 
 	// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
-	$styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'open-sans', 'dashicons' ) );
+	$styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'dashicons' ) );
 
 	// do not refer to this directly, the right one is queued by the above "meta" colors handle
 	$styles->add( 'colors-fresh', "/wp-admin/css/colors$suffix.css", array( 'wp-admin', 'buttons' ) );
@@ -601,7 +574,7 @@
 	$styles->add( 'wp-color-picker', "/wp-admin/css/color-picker$suffix.css" );
 	$styles->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop.min.css", array(), '0.9.12' );
 	$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.8' );
-	$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( 'open-sans', 'dashicons' ) );
+	$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array( 'dashicons' ) );
 	$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css" );
 	$styles->add( 'editor-buttons', "/wp-includes/css/editor$suffix.css", array( 'dashicons' ) );
 	$styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array( 'dashicons' ) );
Index: wp-admin/css/install.css
===================================================================
--- wp-admin/css/install.css	(revision 26486)
+++ wp-admin/css/install.css	(working copy)
@@ -6,7 +6,7 @@
 body {
 	background: #fff;
 	color: #555;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	margin: 140px auto 25px;
 	padding: 20px 20px 10px 20px;
 	max-width: 700px;
@@ -96,7 +96,7 @@
 }
 textarea {
 	border: 1px solid #dfdfdf;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	width: 100%;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
@@ -146,7 +146,7 @@
 
 input,
 submit {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 }
 
 .form-table input[type=text],
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 26486)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -361,7 +361,7 @@
 }
 
 body {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 13px;
 	line-height: 1.4em;
 	min-width: 600px;
@@ -7152,13 +7152,13 @@
 		margin-top: 6px;
 		margin-right: 0;
 	}
-	
+
 	.theme-overlay .theme-actions .delete-theme {
 		position: relative;
 		right: auto;
 		bottom: auto;
 	}
-	
+
 	.theme-overlay .theme-actions .inactive-theme {
 		display: inline;
 	}
@@ -7194,7 +7194,7 @@
 		margin: 10px 0;
 		width: 100%;
 	}
-	
+
 	.theme-browser .theme.add-new-theme span:after {
 		font: normal 60px/90px 'dashicons';
 		width: 80px;
@@ -9163,26 +9163,7 @@
 	color: #fff;
 }
 
-/* Make the browser nags easier to read with Open Sans */
 
-#dashboard_browser_nag h3.hndle {
-	border: none;
-	font-weight: 600;
-	font-size: 20px;
-	padding-top: 10px;
-}
-
-.postbox#dashboard_browser_nag p a.dismiss {
-	font-size: 14px;
-}
-
-.postbox#dashboard_browser_nag p,
-.postbox#dashboard_browser_nag a,
-.postbox#dashboard_browser_nag p.browser-update-nag {
-	font-size: 16px;
-}
-
-
 /* login */
 
 #loginform p.submit,
@@ -12878,7 +12859,7 @@
 	/* Reset responsive styles in Press This */
 
 	.press-this a.wp-switch-editor {
-		font: 13px/19px "Open Sans", sans-serif;
+		font: 13px/19px sans-serif;
 		margin: 5px 0 0 5px;
 		padding: 3px 8px 4px;
 	}
Index: wp-admin/css/install-rtl.css
===================================================================
--- wp-admin/css/install-rtl.css	(revision 26486)
+++ wp-admin/css/install-rtl.css	(working copy)
@@ -6,7 +6,7 @@
 body {
 	background: #fff;
 	color: #555;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	margin: 140px auto 25px;
 	padding: 20px 20px 10px 20px;
 	max-width: 700px;
@@ -96,7 +96,7 @@
 }
 textarea {
 	border: 1px solid #dfdfdf;
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	width: 100%;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
@@ -146,7 +146,7 @@
 
 input,
 submit {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 }
 
 .form-table input[type=text],
Index: wp-admin/css/wp-admin-rtl.css
===================================================================
--- wp-admin/css/wp-admin-rtl.css	(revision 26486)
+++ wp-admin/css/wp-admin-rtl.css	(working copy)
@@ -361,7 +361,7 @@
 }
 
 body {
-	font-family: "Open Sans", sans-serif;
+	font-family: sans-serif;
 	font-size: 13px;
 	line-height: 1.4em;
 	min-width: 600px;
@@ -7152,13 +7152,13 @@
 		margin-top: 6px;
 		margin-left: 0;
 	}
-	
+
 	.theme-overlay .theme-actions .delete-theme {
 		position: relative;
 		left: auto;
 		bottom: auto;
 	}
-	
+
 	.theme-overlay .theme-actions .inactive-theme {
 		display: inline;
 	}
@@ -7194,7 +7194,7 @@
 		margin: 10px 0;
 		width: 100%;
 	}
-	
+
 	.theme-browser .theme.add-new-theme span:after {
 		font: normal 60px/90px 'dashicons';
 		width: 80px;
@@ -9163,26 +9163,7 @@
 	color: #fff;
 }
 
-/* Make the browser nags easier to read with Open Sans */
 
-#dashboard_browser_nag h3.hndle {
-	border: none;
-	font-weight: 600;
-	font-size: 20px;
-	padding-top: 10px;
-}
-
-.postbox#dashboard_browser_nag p a.dismiss {
-	font-size: 14px;
-}
-
-.postbox#dashboard_browser_nag p,
-.postbox#dashboard_browser_nag a,
-.postbox#dashboard_browser_nag p.browser-update-nag {
-	font-size: 16px;
-}
-
-
 /* login */
 
 #loginform p.submit,
@@ -12878,7 +12859,7 @@
 	/* Reset responsive styles in Press This */
 
 	.press-this a.wp-switch-editor {
-		font: 13px/19px "Open Sans", sans-serif;
+		font: 13px/19px sans-serif;
 		margin: 5px 5px 0 0;
 		padding: 3px 8px 4px;
 	}
