- Issue created by @alphex
- π¨πSwitzerland saschaeggi Zurich
The problem is that your imports with the default font definitions etc. don't get wrapped into the same class name and bleed out of the container so they overwrite Gin's values. Namely the
@use ...
These would need to be also wrapped within the same container class (
.ck-content
is the default selector.See also https://www.drupal.org/docs/core-modules-and-themes/core-modules/ckedito... β