HI
I was trying to adjust the global button to be a lighter weight font and have a little more letterspacing/kerning. I did this css and its not working, works inspector in chrome
How it currently looks

what i want to look like
.
/* adjusting button text*/
.x-btn {
font-weight: 400 !important;
letter-spacing: 1px;}
thanks