Page MenuHomePhabricator

[keyserver] Use correct font for Comm title
ClosedPublic

Authored by tomek on Apr 6 2023, 8:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 17, 9:39 AM
Unknown Object (File)
Sat, Sep 7, 8:34 PM
Unknown Object (File)
Sat, Sep 7, 8:34 PM
Unknown Object (File)
Sat, Sep 7, 8:34 PM
Unknown Object (File)
Sat, Sep 7, 8:34 PM
Unknown Object (File)
Sat, Sep 7, 8:30 PM
Unknown Object (File)
Aug 25 2024, 8:33 AM
Unknown Object (File)
Aug 16 2024, 11:46 PM
Subscribers

Details

Summary

Get fonts url, link it to the page and use in a header.

invite-font.png (2×1 px, 244 KB)

Depends on D7312

Test Plan

Check if the font is used. Inspect web debugger and check if the fonts file is fetched.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Apr 6 2023, 8:38 AM
keyserver/src/responders/website-responders.js
465 ↗(On Diff #24738)

Personally I would add a return here, so you can reduce the indentation on the code below

This revision is now accepted and ready to land.Apr 11 2023, 2:04 AM

Rebase

keyserver/src/responders/website-responders.js
465 ↗(On Diff #24738)

Addressed in the diff D7312 that introduced this if

This revision was automatically updated to reflect the committed changes.