@@ -876,18 +876,18 @@ $ion-font-weight-semi-bold: var(--token-font-weight-semi-bold, 600);
876876$ion-font-weight-bold : var (--token-font-weight-bold , 700 );
877877$ion-font-weight-extra-bold : var (--token-font-weight-extra-bold , 800 );
878878$ion-font-weight-black : var (--token-font-weight-black , 900 );
879- $ion-font-size-275 : var (--token-font-size-275 , 11 px );
880- $ion-font-size-300 : var (--token-font-size-300 , 12 px );
881- $ion-font-size-350 : var (--token-font-size-350 , 14 px );
882- $ion-font-size-400 : var (--token-font-size-400 , 16 px );
883- $ion-font-size-450 : var (--token-font-size-450 , 18 px );
884- $ion-font-size-500 : var (--token-font-size-500 , 20 px );
885- $ion-font-size-550 : var (--token-font-size-550 , 22 px );
886- $ion-font-size-600 : var (--token-font-size-600 , 24 px );
887- $ion-font-size-650 : var (--token-font-size-650 , 26 px );
888- $ion-font-size-700 : var (--token-font-size-700 , 28 px );
889- $ion-font-size-800 : var (--token-font-size-800 , 32 px );
890- $ion-font-size-900 : var (--token-font-size-900 , 36 px );
879+ $ion-font-size-275 : var (--token-font-size-275 , 0.6875 rem );
880+ $ion-font-size-300 : var (--token-font-size-300 , 0.75 rem );
881+ $ion-font-size-350 : var (--token-font-size-350 , 0.875 rem );
882+ $ion-font-size-400 : var (--token-font-size-400 , 1 rem );
883+ $ion-font-size-450 : var (--token-font-size-450 , 1.125 rem );
884+ $ion-font-size-500 : var (--token-font-size-500 , 1.25 rem );
885+ $ion-font-size-550 : var (--token-font-size-550 , 1.375 rem );
886+ $ion-font-size-600 : var (--token-font-size-600 , 1.5 rem );
887+ $ion-font-size-650 : var (--token-font-size-650 , 1.625 rem );
888+ $ion-font-size-700 : var (--token-font-size-700 , 1.75 rem );
889+ $ion-font-size-800 : var (--token-font-size-800 , 2 rem );
890+ $ion-font-size-900 : var (--token-font-size-900 , 2.25 rem );
891891$ion-font-letter-spacing-0 : var (--token-font-letter-spacing-0 , 0% );
892892$ion-font-letter-spacing-1 : var (--token-font-letter-spacing-1 , 1% );
893893$ion-font-letter-spacing-2 : var (--token-font-letter-spacing-2 , 1.5% );
0 commit comments