Update Main.css

This commit is contained in:
vincanger
2024-10-29 14:28:19 +01:00
parent 3eac33aa2c
commit 5b7f96f040

View File

@@ -23,8 +23,8 @@
/* Here is an example of how to add a custom font. /* Here is an example of how to add a custom font.
* Fonts are stored in the public/fonts folder. * Fonts are stored in the public/fonts folder.
* They can then be used with tailwind as with the font-satoshi class, * They are defined first here, then need to be referenced in the tailwind.config.js file
* as specified in the tailwind.config.js file. * under `theme.extend.fontFamily`, and then can be used as a tailwind class, e.g. className='font-satoshi'.
*/ */
@font-face { @font-face {
font-family: 'Satoshi'; font-family: 'Satoshi';