discourse-fonts 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f29b21e78af2c594979a5f6773b42d8c2897c8d048945d5ddc6d934581f6002
4
- data.tar.gz: 7615152dc296300ae28cb2dcbcc7056d0c8543aa1ae46589fe595ee9ee7e4cf4
3
+ metadata.gz: df2c1fd0b66686e6995d20154ba502387c31fac10192eb94e4d1a509663b115f
4
+ data.tar.gz: '083eeffa76262d439810931d39201dc23e07507baded8b44a56002eff16597b8'
5
5
  SHA512:
6
- metadata.gz: 0b0dc7364967f5194e8301c5375b1b71a27593eee11b9e589e296a48f3795bf35033e53d4450eacf64dc04c2566b489b068bde0248279135efced1a57a7579e4
7
- data.tar.gz: ccf3152bfbae1a6d0806f8dd66817ffbf4be92bb4613429f17c0d92e35b701122f520071bd68eb71a71b2e15f56a4bc3c376cc377881b8bdf862808ca984ab0d
6
+ metadata.gz: 3a8be09a551242eb6ef4edc35417bdee2aed717154d40b29a334fe017e37ff5748095983e8cade33647c1670758011c9a3bdefacd3d2c9b6fbb0f540a9a530b2
7
+ data.tar.gz: 4b1c1942f9fbc0c1421c3fe9795fa075de7bbbea5bf66da3f748ab392ca437f14d51210ecb22019730aa27a23af297ae653dd2fdae9f98b615f4f111245820a1
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
- VERSION = "0.0.13"
4
+ VERSION = "0.0.14"
5
5
 
6
6
  def self.path_for_fonts
7
7
  File.expand_path("../../vendor/assets/fonts", __FILE__)
@@ -55,10 +55,9 @@ module DiscourseFonts
55
55
  {
56
56
  name: "Inter",
57
57
  stack: "Inter, Arial, sans-serif",
58
- # Inter is variable font, so the same .ttf file is used for all weights.
58
+ # Inter is variable font, so the same file is used for all weights.
59
59
  variants: [
60
- { filename: "Inter.ttf", format: "truetype", weight: 400 },
61
- { filename: "Inter.ttf", format: "truetype", weight: 700 }
60
+ { filename: "InterVariable.woff2", format: "woff2", weight: "100 900" },
62
61
  ]
63
62
  },
64
63
  {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discourse-fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bianca Nenciu
@@ -44,7 +44,7 @@ extensions: []
44
44
  extra_rdoc_files: []
45
45
  files:
46
46
  - lib/discourse_fonts.rb
47
- - vendor/assets/fonts/Inter.ttf
47
+ - vendor/assets/fonts/InterVariable.woff2
48
48
  - vendor/assets/fonts/Lato-Bold.ttf
49
49
  - vendor/assets/fonts/Lato-Regular.ttf
50
50
  - vendor/assets/fonts/Lora-Bold.ttf
Binary file