mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Typography
This commit is contained in:
@@ -1,19 +1,6 @@
|
||||
|
||||
[ion-app] {
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
@import "typography";
|
||||
font-size: $font-size-base;
|
||||
font-family: $font-family-base;
|
||||
line-height: $line-height-computed;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
|
||||
|
||||
// User Interaction
|
||||
// -------------------------
|
||||
-webkit-user-drag: none;
|
||||
@@ -23,4 +10,5 @@
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
}
|
||||
|
||||
@@ -17,6 +17,14 @@ $headings-line-height: 1.2 !default;
|
||||
|
||||
|
||||
[ion-app] {
|
||||
font-size: $font-size-base;
|
||||
font-family: $font-family-base;
|
||||
line-height: $line-height-computed;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: $headings-font-weight;
|
||||
|
||||
Reference in New Issue
Block a user