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 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)
Tue, May 28, 11:11 AM
Unknown Object (File)
Tue, May 28, 11:11 AM
Unknown Object (File)
Tue, May 28, 11:11 AM
Unknown Object (File)
Tue, May 28, 11:11 AM
Unknown Object (File)
Tue, May 28, 11:09 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.