Changeset 232140 in webkit


Ignore:
Timestamp:
May 23, 2018, 5:53:08 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Roy Reapor <rreapor@apple.com> on 2018-05-23
Reviewed by Aakash Jain.

  • demos/spring/index.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r232085 r232140  
     12018-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
    1102018-05-22  Roy Reapor  <rreapor@apple.com>
    211
  • trunk/Websites/webkit.org/demos/spring/index.html

    r202669 r232140  
    33<head>
    44<title>Spring timing function demo</title>
    5 <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
    65<style>
    76
    87body {
    98    background-color: #CECECE;
    10     font-family: "Source Sans Pro", sans-serif;
     9    font-family: sans-serif;
    1110    color: #5E275A;
    1211}
Note: See TracChangeset for help on using the changeset viewer.