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.
- checksums.yaml +4 -4
- data/lib/discourse_fonts.rb +4 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79ec65fa433273e118143484b9c690435000fde751789f70a7aaccd6ecfc829e
|
4
|
+
data.tar.gz: 6958640072bb66178378fedd01097ef078287f2523063341418e312138533dfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb60d92f2a6dbb1eddd643a8a012376be126fe01bd451c1d7d16bc756695b38dfe34540938539653ee19927b265d6414480bdaefbabda638cb31e1acce9f6ddd
|
7
|
+
data.tar.gz: '087523abb48dac4100c14959d3ccd78f56c385b4a305ed5b8c359e7bf3d81ec82fb80acff5ae29e8aeb8c42582798b5a82660f12bbd031e2ac6b515ddd2420bf'
|
data/lib/discourse_fonts.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
module DiscourseFonts
|
4
|
-
VERSION = "0.0.
|
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
|
59
|
-
|
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
|
{
|