Skip to content

Commit db8cfb1

Browse files
authored
Clarify font mapping for deprecated fonts (#1019)
BUG: Montserrat is missing from the font enum list. Not quite sure how to add. ---------
1 parent 741b144 commit db8cfb1

File tree

1 file changed

+6
-6
lines changed
  • content/en-us/reference/engine/enums

1 file changed

+6
-6
lines changed

content/en-us/reference/engine/enums/Font.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ items:
2121
- name: Arial
2222
value: 1
2323
summary: |
24-
Arial has been removed from Roblox. Use Arimo instead.
24+
Arial has been removed from Roblox. Using Arial will map to Arimo.
2525
tags: []
2626
deprecation_message: ''
2727
- name: ArialBold
2828
value: 2
2929
summary: |
30-
Arial has been removed from Roblox. Use Arimo instead.
30+
Arial has been removed from Roblox. Using Arial will map to Arimo.
3131
tags: []
3232
deprecation_message: ''
3333
- name: SourceSans
@@ -117,25 +117,25 @@ items:
117117
- name: Gotham
118118
value: 17
119119
summary: |
120-
Gotham has been removed from Roblox. Use Montserrat instead.
120+
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
121121
tags: []
122122
deprecation_message: ''
123123
- name: GothamMedium
124124
value: 18
125125
summary: |
126-
Gotham has been removed from Roblox. Use Montserrat instead.
126+
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
127127
tags: []
128128
deprecation_message: ''
129129
- name: GothamBold
130130
value: 19
131131
summary: |
132-
Gotham has been removed from Roblox. Use Montserrat instead.
132+
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
133133
tags: []
134134
deprecation_message: ''
135135
- name: GothamBlack
136136
value: 20
137137
summary: |
138-
Gotham has been removed from Roblox. Use Montserrat instead.
138+
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
139139
tags: []
140140
deprecation_message: ''
141141
- name: AmaticSC

0 commit comments

Comments
 (0)