Title: [243623] trunk/Websites/webkit.org
- Revision
- 243623
- Author
- [email protected]
- Date
- 2019-03-28 14:30:41 -0700 (Thu, 28 Mar 2019)
Log Message
Fix font family for WebKit.org
https://bugs.webkit.org/show_bug.cgi?id=196311
Reviewed by Myles C. Maxfield.
* wp-content/themes/webkit/header.php: Added SF Mono loading
* wp-content/themes/webkit/style.css:
(html): Use Text font by default
(h1,): Use Display font for large headings
(.nextrouter-copy): Use Display font for routers
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (243622 => 243623)
--- trunk/Websites/webkit.org/ChangeLog 2019-03-28 21:26:38 UTC (rev 243622)
+++ trunk/Websites/webkit.org/ChangeLog 2019-03-28 21:30:41 UTC (rev 243623)
@@ -1,3 +1,16 @@
+2019-03-28 Jon Davis <[email protected]>
+
+ Fix font family for WebKit.org
+ https://bugs.webkit.org/show_bug.cgi?id=196311
+
+ Reviewed by Myles C. Maxfield.
+
+ * wp-content/themes/webkit/header.php: Added SF Mono loading
+ * wp-content/themes/webkit/style.css:
+ (html): Use Text font by default
+ (h1,): Use Display font for large headings
+ (.nextrouter-copy): Use Display font for routers
+
2019-02-21 Ryosuke Niwa <[email protected]>
Codify the naming convention for fooIfExists
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/header.php (243622 => 243623)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/header.php 2019-03-28 21:26:38 UTC (rev 243622)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/header.php 2019-03-28 21:30:41 UTC (rev 243623)
@@ -13,6 +13,7 @@
<link rel="stylesheet" type="text/css" href="" echo get_stylesheet_uri(); ?>?20181220" media="all">
<link rel="stylesheet" href="" type="text/css">
+ <link rel="stylesheet" href="" type="text/css">
<meta name="supported-color-schemes" content="light dark">
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="" bloginfo('rss2_url'); ?>">
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (243622 => 243623)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2019-03-28 21:26:38 UTC (rev 243622)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2019-03-28 21:30:41 UTC (rev 243623)
@@ -262,7 +262,7 @@
display: block;
}
html {
- font-family: "SF Hello", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
+ font-family: -apple-system, "SF Pro Text", Helvetica, sans-serif;
font-size: 62.5%;
font-synthesis: none;
}
@@ -397,6 +397,7 @@
h5,
h6 {
text-rendering: optimizeLegibility;
+ font-family: -apple-system, "SF Pro Display", Helvetica, sans-serif;
}
h1 a[name],
@@ -693,6 +694,7 @@
font-weight: 500;
line-height: 1.09375;
letter-spacing: 0.011rem;
+ font-family: -apple-system, "SF Pro Display", Helvetica, sans-serif;
}
.nextrouter .label {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes