mirror of
https://github.com/google/fonts.git
synced 2026-01-25 04:18:11 +00:00
Fix precision for contrast set it to 0, which gives a precision of multiples of 1.
This commit is contained in:
@@ -3,7 +3,7 @@ display_name: "Contrast"
|
||||
min_value: -100.0
|
||||
default_value: 0.0
|
||||
max_value: 100.0
|
||||
precision: 1
|
||||
precision: 0
|
||||
fallback {
|
||||
name: "Reversed"
|
||||
value: -100.0
|
||||
|
||||
Reference in New Issue
Block a user