Skip to content

Commit

Permalink
fix: Added a new font type to the supported fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Nov 19, 2022
1 parent 2453360 commit ca24c44
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 30 deletions.
22 changes: 11 additions & 11 deletions packages/katana_theme/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,33 +285,33 @@ packages:
source: hosted
version: "4.7.0"
katana:
dependency: transitive
dependency: "direct overridden"
description:
name: katana
url: "https://pub.dartlang.org"
source: hosted
path: "../../katana"
relative: true
source: path
version: "0.15.10"
katana_theme:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.1.5"
version: "1.2.1"
katana_theme_annotation:
dependency: transitive
dependency: "direct overridden"
description:
name: katana_theme_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.5"
path: "../../katana_theme_annotation"
relative: true
source: path
version: "1.2.1"
katana_theme_builder:
dependency: "direct dev"
description:
path: "../../katana_theme_builder"
relative: true
source: path
version: "1.1.5"
version: "1.2.1"
lints:
dependency: transitive
description:
Expand Down
14 changes: 7 additions & 7 deletions packages/katana_theme/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,17 @@ packages:
katana:
dependency: "direct main"
description:
name: katana
url: "https://pub.dartlang.org"
source: hosted
path: "../katana"
relative: true
source: path
version: "0.15.10"
katana_theme_annotation:
dependency: "direct main"
description:
name: katana_theme_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.5"
path: "../katana_theme_annotation"
relative: true
source: path
version: "1.2.1"
matcher:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions packages/katana_theme_annotation/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packages:
name: coverage
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.1"
version: "1.6.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -151,9 +151,9 @@ packages:
katana:
dependency: "direct main"
description:
name: katana
url: "https://pub.dartlang.org"
source: hosted
path: "../katana"
relative: true
source: path
version: "0.15.10"
logging:
dependency: transitive
Expand Down
1 change: 1 addition & 0 deletions packages/katana_theme_builder/lib/value/asset_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ AssetValueType _type(String path) {
return AssetValueType.video;
case "otf":
case "ttf":
case "ttc":
return AssetValueType.font;
}
return AssetValueType.text;
Expand Down
16 changes: 8 additions & 8 deletions packages/katana_theme_builder/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
name: coverage
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.1"
version: "1.6.0"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -193,17 +193,17 @@ packages:
katana:
dependency: "direct main"
description:
name: katana
url: "https://pub.dartlang.org"
source: hosted
path: "../katana"
relative: true
source: path
version: "0.15.10"
katana_theme_annotation:
dependency: "direct main"
description:
name: katana_theme_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.5"
path: "../katana_theme_annotation"
relative: true
source: path
version: "1.2.1"
logging:
dependency: transitive
description:
Expand Down

0 comments on commit ca24c44

Please sign in to comment.