How do I use google fonts in the welcome/login module?
I tried adding this in the top of my custom css sheet
@import url('https://fonts.googleapis.com/css?family=Karla');
And then further down I added:
body #ed.ed-mod.m-welcome {
font-family:font-family: 'Karla' !important;
}
But it's not working, what am I doing wrong?