diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html index 31d759188cb3..abc2dffde9b8 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html @@ -22,6 +22,8 @@ user-select: none; border: none; transition: border-color 120ms, background-color 120ms; + font-size:15px; + font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif; } .blockelement-gridblock-editor > button:hover { color: #2152A3;