Move emoji font into tailwind

This commit is contained in:
ThatGuySam 2023-06-23 13:08:10 -05:00
parent abe7ea8403
commit 8d3d76ef38
2 changed files with 4 additions and 1 deletions

View file

@ -171,7 +171,9 @@
]"
href="https://affiliate.notion.so/ljj2keff2qry"
>
<span :style="'font-family: sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'"></span> Partner app we love: Notion
<span
class="font-emoji"
></span> Partner app we love: Notion
</a>
</div>
</div>

View file

@ -79,6 +79,7 @@ module.exports = {
fontFamily: {
primary: 'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
secondary: 'Inter, Georgia, Cambria, "Times New Roman", Times, serif',
emoji: 'sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
},
letterSpacing: {
wide: '0.3em',