diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 98d4373..06dae0a 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -26,3 +26,10 @@ body { .acf-block-fields { @apply max-w-screen-md mx-auto; } +html :where(.editor-styles-wrapper) { + @apply text-carhop-gray; + div, + p { + font-family: 'Nunito Sans', sans-serif; + } +}