Fancy plain text
- Bold sans-serif: ๐ง๐ต๐ถ๐ ๐๐ฒ๐ ๐ ๐ถ๐ ๐ณ๐ฎ๐ป๐ฐ๐
- Italics serif: ๐ป๐๐๐ ๐๐๐๐ ๐๐ ๐๐๐๐๐
- Light circles: โโฝโพโ โโบโโ โพโ โปโถโโธโ
- Dark squares: ๐๐ ท๐ ธ๐ ๐๐ ด๐๐ ๐ ธ๐ ๐ ต๐ ฐ๐ ฝ๐ ฒ๐
All of these characters are plain text, so they can be pasted anywhere.
yarn
yarn dev
Vercel is used to host the site:
# host site for dev
vercel
# host site for production
vercel --prod
Prettier is used to format on save.
// recommended VS code setting
{
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
pwa-asset-generator ./assets/web-icon.svg ./assets/ios-splash --splash-only --background "#F3F4F6"
pwa-asset-generator ./assets/web-icon.svg ./assets/icons --icon-only --maskable --opaque false --favicon --padding "25%"
pwa-asset-generator ./assets/web-icon.svg ./assets/icons --icon-only --maskable --opaque true --padding "25%"
This project uses Workbox generateSW
:
yarn workbox wizard
yarn workbox generateSW
yarn workbox generateSW workbox-config.js
# or
yarn build-sw
The use of these "unicode fonts" may impede accessibility. Screen readers can read "๐" as "mathematical character bold H" rather than "H". Read Can screen readers interpret Unicode styles fonts such as bold and italics?
Please only use this on messages to friends! Do not put this text on your website!
MIT
Thank you to these sites for help making Unique Code: