Skip to content

Commit

Permalink
ACMS-3637: Allow the removal of the Roboto font if it is not being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Mar 19, 2024
1 parent 573639d commit 9264bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3958,15 +3958,6 @@ settings: |
},
"checked": true
},
"3ef0e76c-447c-41cf-854a-6d926d97189d": {
"type": "cohesion_font_stack",
"items": {
"3ef0e76c-447c-41cf-854a-6d926d97189d": {
"type": "cohesion_font_stack"
}
},
"checked": true
},
"5dde20eb-8de2-4bc7-9956-94e5912829ff": {
"type": "cohesion_helper_category",
"items": {
Expand Down Expand Up @@ -5755,9 +5746,6 @@ settings: |
"7537520d-a261-4677-9d32-4360363091fa": {
"type": "cohesion_color"
},
"3ef0e76c-447c-41cf-854a-6d926d97189d": {
"type": "cohesion_font_stack"
},
"c9fea670-0455-469d-bcac-0547ab018254": {
"type": "cohesion_website_settings"
}
Expand Down Expand Up @@ -6091,9 +6079,6 @@ settings: |
"7537520d-a261-4677-9d32-4360363091fa": {
"type": "cohesion_color"
},
"3ef0e76c-447c-41cf-854a-6d926d97189d": {
"type": "cohesion_font_stack"
},
"02b2f7c4-c560-44b1-8ff9-acede57b38eb": {
"type": "cohesion_website_settings"
}
Expand All @@ -6115,9 +6100,6 @@ settings: |
"7537520d-a261-4677-9d32-4360363091fa": {
"type": "cohesion_color"
},
"3ef0e76c-447c-41cf-854a-6d926d97189d": {
"type": "cohesion_font_stack"
},
"d9d2c361-c5fd-4381-9073-daf5c68b2f8f": {
"type": "cohesion_website_settings"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
uuid: 3ef0e76c-447c-41cf-854a-6d926d97189d
langcode: en
status: true
dependencies:
enforced:
module:
- acquia_cms_site_studio
dependencies: {}
label: Roboto
id: roboto
json_values: |
{
"inuse": true,
"inuse": false,
"systemfont": false,
"fontStack": "'Roboto', sans-serif",
"name": "Roboto",
Expand Down

0 comments on commit 9264bea

Please sign in to comment.