This is the font I copied from the link at the google font webpage. Other fonts (muli, oswald, lato) works fine but sawarabi mincho is not rendered when I try to use it, chrome seems to use my default font when I want to use sawarabi mincho.
I tried
p{
font-family: Sawarabi_Mincho;
}
p{
font-family: Sawarabi+Mincho;
}
p{
font-family: Sawarabi Mincho;
}
p{
font-family: "sawarabi+mincho";
}
but none of these seems to work.
What is the correct way of calling the font that has space in its name?