Optimize font family integration #7

Merged
revengeday merged 2 commits from kaiserkiwi/cyber-circle-creator:font-family into main 2024-11-17 11:09:01 +00:00
Showing only changes of commit a26bcacde8 - Show all commits

View file

@ -4,8 +4,7 @@
For more information, please refer to the README.md file located in the 'fonts' directory. For more information, please refer to the README.md file located in the 'fonts' directory.
*/ */
font-family: 'Departure Mono'; font-family: 'Departure Mono';
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2'), src: url('../fonts/DepartureMono-Regular.woff2') format('woff2');
url('../fonts/DepartureMono-Regular.woff') format('woff');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;