Title: [232140] trunk/Websites/webkit.org
Revision
232140
Author
[email protected]
Date
2018-05-23 17:53:08 -0700 (Wed, 23 May 2018)

Log Message

Remove Source Sans Pro from WebKit website
https://bugs.webkit.org/show_bug.cgi?id=185871

Patch by Roy Reapor <[email protected]> on 2018-05-23
Reviewed by Aakash Jain.

* demos/spring/index.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (232139 => 232140)


--- trunk/Websites/webkit.org/ChangeLog	2018-05-24 00:50:16 UTC (rev 232139)
+++ trunk/Websites/webkit.org/ChangeLog	2018-05-24 00:53:08 UTC (rev 232140)
@@ -1,3 +1,12 @@
+2018-05-23  Roy Reapor  <[email protected]>
+
+        Remove Source Sans Pro from WebKit website
+        https://bugs.webkit.org/show_bug.cgi?id=185871
+
+        Reviewed by Aakash Jain.
+
+        * demos/spring/index.html:
+
 2018-05-22  Roy Reapor  <[email protected]>
 
         Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org

Modified: trunk/Websites/webkit.org/demos/spring/index.html (232139 => 232140)


--- trunk/Websites/webkit.org/demos/spring/index.html	2018-05-24 00:50:16 UTC (rev 232139)
+++ trunk/Websites/webkit.org/demos/spring/index.html	2018-05-24 00:53:08 UTC (rev 232140)
@@ -2,12 +2,11 @@
 <html>
 <head>
 <title>Spring timing function demo</title>
-<link href="" rel="stylesheet">
 <style>
 
 body {
     background-color: #CECECE;
-    font-family: "Source Sans Pro", sans-serif;
+    font-family: sans-serif;
     color: #5E275A;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to