Skip to content
Snippets Groups Projects
Commit 0e3adf51 authored by Štěpán Farka's avatar Štěpán Farka Committed by jan.bednarik
Browse files

[FIX] richtext italic type

parent 0c5b9d33
Branches
No related tags found
2 merge requests!505Release,!503[ADD] fourth amount, update widgets
...@@ -1173,3 +1173,11 @@ img.full-width { ...@@ -1173,3 +1173,11 @@ img.full-width {
.btn-wide { .btn-wide {
width: 250px; width: 250px;
} }
/* OVERRIDE ICON STYLES FOR RICHTEXT ITALICS <i> */
.richtext i {
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
font-style: italic;
font-weight: inherit;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment