mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Move emoji font into tailwind
This commit is contained in:
parent
abe7ea8403
commit
8d3d76ef38
2 changed files with 4 additions and 1 deletions
|
|
@ -171,7 +171,9 @@
|
||||||
]"
|
]"
|
||||||
href="https://affiliate.notion.so/ljj2keff2qry"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ module.exports = {
|
||||||
fontFamily: {
|
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"',
|
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',
|
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: {
|
letterSpacing: {
|
||||||
wide: '0.3em',
|
wide: '0.3em',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue