Describe the bug:
- Using the ‘Graduate-Regular’ font does not work. It does not change the font.
- I have asked a few people in the discord to test this on their own machines and they are experiencing the same issue.
How do you cause this bug?
- Copy the below code into your widget and use the Graduate font throughout your widget and notice the font has not changed.
@font-face {
font-family: Graduate;
src: url('https://content.crayta.com/fonts/Graduate-Regular.ttf');
font-weight: 400;
/* 400 = Regular, 500 = Medium, 600 = Semi-bold, 700 = bold */
}
Which platform: PC
Thank you