I want to over ride Semantic Ui Font family #1486
-
Help WantedHi team, I tried changing in CSS body tag, still Helvetica font family is reflecting in some elements, I have include Gothic A1 family for each element. Please help me how can I make changes so that it will be directly applied to all elements. TestcaseI did put little code in below link, you can check removing .section-alignment .content-title { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Try this .ui,
.ui *,
body,
h1,
h2,
h3,
h4,
h5 {
font-family: 'Gothic A1';
} |
Beta Was this translation helpful? Give feedback.
-
Thank you @lubber-de , it's working! . You people are really awesome! You can close the issue. |
Beta Was this translation helpful? Give feedback.
Try this
See https://jsfiddle.net/u9o8j6hb/