mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor: rename dynamic font variable (#28145)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
:root, html {
|
||||
--ion-dynamic-type: var(--ion-default-dynamic-font);
|
||||
--ion-dynamic-font: var(--ion-default-dynamic-font);
|
||||
}
|
||||
|
||||
:root,
|
||||
|
||||
@@ -38,7 +38,7 @@ html {
|
||||
*/
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
html {
|
||||
font: var(--ion-dynamic-type);
|
||||
font: var(--ion-dynamic-font);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user