Skip to content

Commit

Permalink
rake update[0.10.22]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Jan 27, 2024
1 parent 78e457d commit 38eba4f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.12.0

* Import Temml v0.10.22

# v0.11.0

* Import Temml v0.10.21
Expand Down Expand Up @@ -55,3 +59,4 @@
* Update Ruby scripts to support Temml
* Add GitHub Actions for rubocop and rspec


2 changes: 1 addition & 1 deletion lib/temml/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

module Temml
VERSION = '0.11.0'
TEMML_VERSION = '0.10.21'
TEMML_VERSION = '0.10.22'
end
2 changes: 1 addition & 1 deletion vendor/temml/javascripts/temml.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions vendor/temml/sprockets/stylesheets/Temml-Asana.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ math * {
border-color: currentColor;
}

mtext {
font-family: Asana Math;
}

math {
font-family: Asana Math, math;
}
Expand Down
4 changes: 0 additions & 4 deletions vendor/temml/sprockets/stylesheets/Temml-STIX2.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ math * {
* Not in Chromium, which recognizes display: "block math" written inline. */
math.tml-display { display: block; }

mtext {
font-family: STIX2;
}

math {
font-family: STIX2, math;
}
Expand Down
4 changes: 0 additions & 4 deletions vendor/temml/sprockets/stylesheets/_Temml-Asana.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ math * {
border-color: currentColor;
}

mtext {
font-family: Asana Math;
}

math {
font-family: Asana Math, math;
}
Expand Down
4 changes: 0 additions & 4 deletions vendor/temml/sprockets/stylesheets/_Temml-STIX2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ math * {
* Not in Chromium, which recognizes display: "block math" written inline. */
math.tml-display { display: block; }

mtext {
font-family: STIX2;
}

math {
font-family: STIX2, math;
}
Expand Down
4 changes: 0 additions & 4 deletions vendor/temml/stylesheets/Temml-Asana.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ math * {
border-color: currentColor;
}

mtext {
font-family: Asana Math;
}

math {
font-family: Asana Math, math;
}
Expand Down
4 changes: 0 additions & 4 deletions vendor/temml/stylesheets/Temml-STIX2.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ math * {
* Not in Chromium, which recognizes display: "block math" written inline. */
math.tml-display { display: block; }

mtext {
font-family: STIX2;
}

math {
font-family: STIX2, math;
}
Expand Down

0 comments on commit 38eba4f

Please sign in to comment.