Skip to content

Commit

Permalink
compile for No support for "dnom" and "numr" kennethormandy#5
Browse files Browse the repository at this point in the history
  • Loading branch information
quitequinn committed Feb 24, 2016
1 parent 37adeb7 commit 8d8218a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
42 changes: 3 additions & 39 deletions css/utility-opentype.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,42 +317,6 @@
}
}

@supports ((-webkit-font-feature-settings: "sinf") or (font-feature-settings: "sinf")) {

.sinf {
font-variant-position: normal;
-webkit-font-feature-settings: "sinf", "subs" off, "sups" off;
font-feature-settings: "sinf", "subs" off, "sups" off;
vertical-align: baseline;
}
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {

.sinf {
vertical-align: sub;
font-size: smaller;
}
}

@supports ((-webkit-font-feature-settings: "sinf") or (font-feature-settings: "sinf")) {

.sinf {
font-variant-position: normal;
-webkit-font-feature-settings: "sinf", "subs" off, "sups" off;
font-feature-settings: "sinf", "subs" off, "sups" off;
vertical-align: baseline;
}
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {

.sinf {
vertical-align: sub;
font-size: smaller;
}
}

@supports ((-webkit-font-feature-settings: "dnom") or (font-feature-settings: "dnom")) {

.dnom {
Expand All @@ -365,8 +329,8 @@
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {

.dnom {
vertical-align: bottom;
font-size: small;
vertical-align: baseline;
font-size: smaller;
}
}

Expand All @@ -383,7 +347,7 @@

.numr {
vertical-align: super;
font-size: small;
font-size: smaller;
}
}

Expand Down
Loading

0 comments on commit 8d8218a

Please sign in to comment.