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)
Thu, Jun 27, 3:16 PM
Unknown Object (File)
Thu, Jun 13, 2:12 PM
Unknown Object (File)
Tue, Jun 11, 5:48 PM
Unknown Object (File)
Mon, Jun 3, 8:33 AM
Unknown Object (File)
May 28 2024, 11:11 AM
Unknown Object (File)
May 28 2024, 11:11 AM
Unknown Object (File)
May 28 2024, 11:11 AM
Unknown Object (File)
May 28 2024, 11:11 AM
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
Branch
invite2
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

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

Addressed in the diff D7312 that introduced this if

This revision was automatically updated to reflect the committed changes.