Changeset 232140 in webkit
- Timestamp:
- May 23, 2018, 5:53:08 PM (7 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/ChangeLog
r232085 r232140 1 2018-05-23 Roy Reapor <rreapor@apple.com> 2 3 Remove Source Sans Pro from WebKit website 4 https://bugs.webkit.org/show_bug.cgi?id=185871 5 6 Reviewed by Aakash Jain. 7 8 * demos/spring/index.html: 9 1 10 2018-05-22 Roy Reapor <rreapor@apple.com> 2 11 -
trunk/Websites/webkit.org/demos/spring/index.html
r202669 r232140 3 3 <head> 4 4 <title>Spring timing function demo</title> 5 <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">6 5 <style> 7 6 8 7 body { 9 8 background-color: #CECECE; 10 font-family: "Source Sans Pro",sans-serif;9 font-family: sans-serif; 11 10 color: #5E275A; 12 11 }
Note:
See TracChangeset
for help on using the changeset viewer.