Skip to content

Commit 6657029

Browse files
author
Dennis Labordus
authored
Merge pull request #66 from com-pas/username_font
Added different Font for UserInfo
2 parents 71efd95 + 51d35d4 commit 6657029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export function Hosting<
301301
></mwc-icon-button>
302302
<div slot="title" id="title">${this.docName}</div>
303303
${this.username != undefined
304-
? html`<span id="userField" slot="actionItems">${translate('userinfo.loggedInAs', {name: this.username})}</span>`
304+
? html`<span id="userField" slot="actionItems" style="font-family:Roboto" >${translate('userinfo.loggedInAs', {name: this.username})}</span>`
305305
: ``}
306306
${this.menu.map(this.renderActionItem)}
307307
${this.doc

0 commit comments

Comments
 (0)