|
8 | 8 | content="{{ description }}" |
9 | 9 | /> |
10 | 10 |
|
11 | | -<link rel="preload" href="/assets/fonts/Inter-roman.var.woff2?v=3.18" as="font" type="font/woff2" crossorigin=""> |
| 11 | +<link rel="preload" href="/assets/fonts/Inter-roman.var.woff2?v=4.1" as="font" type="font/woff2" crossorigin=""> |
12 | 12 | <link rel="stylesheet" href="{{ '/assets/styles.css' | url }}" /> |
13 | 13 | < script src= "https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></ script> |
14 | 14 |
|
15 | 15 | <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
16 | 16 | <link id="mask-icon" rel="mask-icon" href="/pinned-tab.svg" color="#000"> |
17 | 17 | <link class="js-favicon" rel="alternate icon" type="image/png" href="/favicon.png" /> |
18 | 18 | <link class="js-favicon" rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
19 | | -<meta name="twitter:card" content="summary"> |
| 19 | +<meta name="twitter:card" content="summary_large_image"> |
20 | 20 | <meta name="twitter:title" content="TailwindCSS OpenType"> |
21 | 21 | <meta name="twitter:description" content="Tailwind CSS utility classes for advanced typographic features."> |
22 | 22 | <meta name="twitter:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png"> |
23 | | -<meta name="twitter:creator" content="@stormwarning"> |
| 23 | +<meta name="twitter:image:type" content="image/png"> |
| 24 | +<meta name="twitter:image:width" content="1200"> |
| 25 | +<meta name="twitter:image:height" content="630"> |
24 | 26 | <meta property="og:url" content="https://tailwindcss-opentype.netlify.app/"> |
25 | 27 | <meta property="og:type" content="object"> |
26 | 28 | <meta property="og:title" content="TailwindCSS OpenType"> |
27 | 29 | <meta property="og:description" content="Tailwind CSS utility classes for advanced typographic features."> |
28 | 30 | <meta property="og:image" content="https://tailwindcss-opentype.netlify.app/assets/images/og-image.png"> |
| 31 | +<meta property="og:image:type" content="image/png"> |
| 32 | +<meta property="og:image:width" content="1200"> |
| 33 | +<meta property="og:image:height" content="630"> |
29 | 34 |
|
30 | 35 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y5RLKV9QZ6"></script> |
31 | 36 | <script> |
|
0 commit comments