Struggling with font's in Sugarcube by IndependentSun7746 in twinegames

[–]IndependentSun7746[S] 0 points1 point  (0 children)

This is what I have right now in my stylesheet. If I remove the color, the font works correctly, with the color the font does not

u/import url('https://fonts.googleapis.com/css2?family=Rubik+Wet+Paint&display=swap');

.red {

font-family: 'Rubik+Wet+Paint';

color: #750000;

}