Hi @john john ,
I noticed that you have already got a solution for this requirement in this post.
Just go to column settings > format this column and use the JSON below:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"font-size": "20px",
"font-weight":"bold"
},
"txtContent": "@currentField.title"
}
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.