Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a simpler table format. #48

Merged
merged 1 commit into from May 14, 2019
Merged

Use a simpler table format. #48

merged 1 commit into from May 14, 2019

Conversation

@RazrFalcon
Copy link
Collaborator

RazrFalcon commented May 13, 2019

Before:

+---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------+
| PostScript Name                       | Name                             | Family                           | Style  | Weight | Stretch |
+---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------+
| AndaleMono                            | Andale Mono                      | Andale Mono                      | Normal | 400    | 1       |
+---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------+
| CourierNewPSMT                        | Courier New                      | Andale Mono                      | Normal | 400    | 1       |
+---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------+
| CourierNewPS-ItalicMT                 | Courier New Italic               | Andale Mono                      | Italic | 400    | 1       |
+---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------+

After:

 PostScript Name                       | Name                             | Family                           | Style  | Weight | Stretch 
---------------------------------------+----------------------------------+----------------------------------+--------+--------+---------
 AndaleMono                            | Andale Mono                      | Andale Mono                      | Normal | 400    | 1 
 CourierNewPSMT                        | Courier New                      | Andale Mono                      | Normal | 400    | 1 
 CourierNewPS-ItalicMT                 | Courier New Italic               | Andale Mono                      | Italic | 400    | 1
@pcwalton pcwalton merged commit 9e143d5 into servo:master May 14, 2019
@RazrFalcon RazrFalcon deleted the RazrFalcon:simple-list-fonts branch May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.