I'm tring to import Rubik's all variations but I've some issue. I would like to have all rubik's variation in the same url (italic and weight) and according with this google's article and this from css-triks I wrote my url using periods and this seem to work if I import only weight's axis
https://fonts.googleapis.com/css2?family=Rubik:wght@400..900&display=swap
but when I add the italic axis to url google return me "400 error: missing font family"
https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0..1,400..900&display=swap
It seem like italic doesn't have all variation though the Rubik's type tester allow to use italic.
So what I'm doing wrong?
I would have all rubik's variation (italic and weight) in the same url. I've wrote the url following the instructions in a google fonts's article but it doesn't work.