Bonjour à tous,
J'aimerai charger der fonts en fonction de l'écran
- aucune font charger si width <480
- 2 fonts chargées si 480 < width <768
- 3 fonts chargées si width > 768
mais quand je regarde sous ff ou chrome en adaptatif il charger les deux instruction quelque sois la largeur?
J'aimerai charger der fonts en fonction de l'écran
- aucune font charger si width <480
- 2 fonts chargées si 480 < width <768
- 3 fonts chargées si width > 768
<link rel="stylesheet" type="text/css" media="screen and ((min-width: 480px) and (max-width: 768px))" href="https://fonts.googleapis.com/css?family=Offside%7CFredericka+the+Great" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 768px)" href="https://fonts.googleapis.com/css?family=Offside%7CFredericka+the+Great%7CClicker+Script" />
mais quand je regarde sous ff ou chrome en adaptatif il charger les deux instruction quelque sois la largeur?