mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
Switch to Inter in emails
This commit is contained in:
parent
8d00418059
commit
27b1c4c167
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" data-premailer="ignore">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" data-premailer="ignore">
|
||||
<%= stylesheet_link_tag "mailer" %>
|
||||
</head>
|
||||
<body class="m-0 p-0 bg-gray-50 text-gray-900 text-base leading-relaxed" style="font-family: 'Spline Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;">
|
||||
<body class="m-0 p-0 bg-gray-50 text-gray-900 text-base leading-relaxed" style="font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;">
|
||||
<div class="w-full py-5 px-5 mx-auto max-w-[600px]">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse;">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue