discourse-fonts 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/discourse_fonts.rb +4 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 823bb010901e61aff8b6d95a0910e0e5b20e076f06cac12b18151370d2acfc28
4
- data.tar.gz: 5d0484ffe5ef1c469f2ab9171fe1a5a1f7c9f19abc05b19afebd061f043a2c25
3
+ metadata.gz: 79ec65fa433273e118143484b9c690435000fde751789f70a7aaccd6ecfc829e
4
+ data.tar.gz: 6958640072bb66178378fedd01097ef078287f2523063341418e312138533dfe
5
5
  SHA512:
6
- metadata.gz: 36794e821a971fe7fa1468771dc1bce47ddac32ad5f7e705a918c213b1b3c3c53b2348bd4257bfd1664d1fff8f53a19e540911264e6e5d1dc3b78f8d9cc8fc11
7
- data.tar.gz: adf19235e5bd5a65519e3ec5817cfcbbdc40182dc588e07fddf70a1a24235f4570efd5e6e9ba20823c587e46b051ffbbeab3bba975656f85596a295262eb83d5
6
+ metadata.gz: bb60d92f2a6dbb1eddd643a8a012376be126fe01bd451c1d7d16bc756695b38dfe34540938539653ee19927b265d6414480bdaefbabda638cb31e1acce9f6ddd
7
+ data.tar.gz: '087523abb48dac4100c14959d3ccd78f56c385b4a305ed5b8c359e7bf3d81ec82fb80acff5ae29e8aeb8c42582798b5a82660f12bbd031e2ac6b515ddd2420bf'
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiscourseFonts
4
- VERSION = "0.0.16"
4
+ VERSION = "0.0.17"
5
5
 
6
6
  def self.path_for_fonts
7
7
  File.expand_path("../../vendor/assets/fonts", __FILE__)
@@ -55,8 +55,9 @@ module DiscourseFonts
55
55
  {
56
56
  name: "Inter",
57
57
  stack: "Inter, Arial, sans-serif",
58
- font_feature_settings: "'calt' 0, 'ccmp' 0, 'ss04' 1",
59
- font_variation_settings: "'opsz' 28",
58
+ font_feature_settings: "'calt' 0",
59
+ # calt is enabled by default, but we need to disable it so it does no conflict with markdown typographer which
60
+ # performs similar oprations.
60
61
  # Inter is variable font, so the same file is used for all weights.
61
62
  variants: [
62
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.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bianca Nenciu