discourse-fonts 0.0.15 → 0.0.17
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 +4 -4
- data/lib/discourse_fonts.rb +4 -3
- metadata +2 -2
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
|
{
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discourse-fonts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bianca Nenciu
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-22 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rake
|