diff --git a/core/modules/ckeditor/src/Tests/CKEditorTest.php b/core/modules/ckeditor/src/Tests/CKEditorTest.php
index caf0345..25558d3 100644
--- a/core/modules/ckeditor/src/Tests/CKEditorTest.php
+++ b/core/modules/ckeditor/src/Tests/CKEditorTest.php
@@ -266,7 +266,6 @@ function testBuildContentsCssJSSetting() {
     \Drupal::service('theme_handler')->install(['bartik']);
     $this->config('system.theme')->set('default', 'bartik')->save();
     $expected[] = file_create_url('core/themes/bartik/css/base/elements.css');
-    $expected[] = file_create_url('core/themes/bartik/css/base/typography.css');
     $expected[] = file_create_url('core/themes/bartik/css/components/captions.css');
     $expected[] = file_create_url('core/themes/bartik/css/components/content.css');
     $expected[] = file_create_url('core/themes/bartik/css/components/table.css');
diff --git a/core/themes/bartik/bartik.info.yml b/core/themes/bartik/bartik.info.yml
index f4bea78..12b8afd 100644
--- a/core/themes/bartik/bartik.info.yml
+++ b/core/themes/bartik/bartik.info.yml
@@ -9,7 +9,6 @@ libraries:
   - bartik/global-styling
 ckeditor_stylesheets:
   - css/base/elements.css
-  - css/base/typography.css
   - css/components/captions.css
   - css/components/content.css
   - css/components/table.css
diff --git a/core/themes/bartik/bartik.libraries.yml b/core/themes/bartik/bartik.libraries.yml
index 7379c6e..d6ec065 100644
--- a/core/themes/bartik/bartik.libraries.yml
+++ b/core/themes/bartik/bartik.libraries.yml
@@ -3,7 +3,6 @@ global-styling:
   css:
     theme:
       css/base/elements.css: {}
-      css/base/typography.css: {}
       css/layout.css: {}
       css/components/admin.css: {}
       css/components/block.css: {}
