Skip to content

Commit

Permalink
Clarify font mapping for deprecated fonts (#1019)
Browse files Browse the repository at this point in the history
BUG: Montserrat is missing from the font enum list. Not quite sure how
to add.

---------
  • Loading branch information
potatoprank authored Feb 10, 2025
1 parent 741b144 commit db8cfb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en-us/reference/engine/enums/Font.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ items:
- name: Arial
value: 1
summary: |
Arial has been removed from Roblox. Use Arimo instead.
Arial has been removed from Roblox. Using Arial will map to Arimo.
tags: []
deprecation_message: ''
- name: ArialBold
value: 2
summary: |
Arial has been removed from Roblox. Use Arimo instead.
Arial has been removed from Roblox. Using Arial will map to Arimo.
tags: []
deprecation_message: ''
- name: SourceSans
Expand Down Expand Up @@ -117,25 +117,25 @@ items:
- name: Gotham
value: 17
summary: |
Gotham has been removed from Roblox. Use Montserrat instead.
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
tags: []
deprecation_message: ''
- name: GothamMedium
value: 18
summary: |
Gotham has been removed from Roblox. Use Montserrat instead.
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
tags: []
deprecation_message: ''
- name: GothamBold
value: 19
summary: |
Gotham has been removed from Roblox. Use Montserrat instead.
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
tags: []
deprecation_message: ''
- name: GothamBlack
value: 20
summary: |
Gotham has been removed from Roblox. Use Montserrat instead.
Gotham has been removed from Roblox. Using Gotham will map to Montserrat.
tags: []
deprecation_message: ''
- name: AmaticSC
Expand Down

0 comments on commit db8cfb1

Please sign in to comment.