mirror of
https://github.com/usetrmnl/tailor.git
synced 2026-04-29 13:44:32 -07:00
add Favicon
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* A standalone CSS file for TRMNL-branded pages without Tailwind.
|
||||
*
|
||||
* USAGE:
|
||||
* <link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
* <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=EB+Garamond:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
* <link rel="stylesheet" href="design-system.css">
|
||||
*/
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<title>TRMNL Tailor - Custom Branding Tool</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=EB+Garamond:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="design-system.css">
|
||||
|
||||
Reference in New Issue
Block a user