Page MenuHomePhabricator

[keyserver] Use the same font as on web
AbandonedPublic

Authored by tomek on Apr 5 2023, 9:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 5:08 AM
Unknown Object (File)
Mon, Nov 4, 5:08 AM
Unknown Object (File)
Mon, Nov 4, 5:08 AM
Unknown Object (File)
Fri, Nov 1, 12:09 AM
Unknown Object (File)
Fri, Nov 1, 12:09 AM
Unknown Object (File)
Fri, Nov 1, 12:09 AM
Unknown Object (File)
Fri, Nov 1, 12:04 AM
Unknown Object (File)
Sep 29 2024, 3:11 PM
Subscribers

Details

Reviewers
bartek
kamil
Summary

Initially I thought I have to do something similar to what we do on web - call getFontsURL and include it as a stylesheet. But after reading some code I realized that that font file contains only IBM Plex Sans font family which isn't a part of our font stack.

invite2.png (2×1 px, 236 KB)

Depends on D7312

Test Plan

Open the page on simulator and on a physical iPhone and check if the new font is displayed.

Diff Detail

Repository
rCOMM Comm
Branch
invite2
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Apr 5 2023, 9:43 AM
This revision is now accepted and ready to land.Apr 6 2023, 2:26 AM

As simple change as this should be put into the original diff - I moved it there. The special font should still be used for the title, but that will be done in a separate diff.