-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update css, slight updates in form markup #353
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,18 @@ | |
<meta charset="utf-8" /> | ||
<link rel="stylesheet" href="/_hal-browser/assets/themes/lfo/main.css" type="text/css" /> | ||
<link rel="stylesheet" href="/assets/form.css" type="text/css" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<h1>{{ title }}</h1> | ||
</header> | ||
{{{ body }}} | ||
<main> | ||
{{{ body }}} | ||
</main> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding some markup to be flexible in case some pages might expand in the future; individual pages could receive more markup (brand messaging/visuals / additional copy) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool! |
||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, since this is a security product, I don't think we should reach out to other services.
We could embed our own fonts if we want to, but google fonts tracks users and I think this sends the wrong message.