This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Issues with widgets
#15
You can use web fonts via Custom CSS. Make sure that @import rule is placed before any other CSS.

Code:
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  font-family: "PT Sans", sans-serif;
}
Reply


Messages In This Thread
Issues with widgets - by Tanish Gill - 05.03.2026, 10:47
RE: Issues with widgets - by Daniel - 05.03.2026, 10:57
RE: Issues with widgets - by Tanish Gill - 05.03.2026, 11:07
RE: Issues with widgets - by Daniel - 05.03.2026, 11:18
RE: Issues with widgets - by jmir - 06.03.2026, 10:36
RE: Issues with widgets - by Daniel - 06.03.2026, 10:41
RE: Issues with widgets - by Tanish Gill - 12.03.2026, 09:13
RE: Issues with widgets - by Daniel - 12.03.2026, 09:20
RE: Issues with widgets - by Tanish Gill - 13.03.2026, 08:14
RE: Issues with widgets - by Daniel - 13.03.2026, 08:17
RE: Issues with widgets - by jmir - 13.03.2026, 09:05
RE: Issues with widgets - by Tanish Gill - 26.03.2026, 08:05
RE: Issues with widgets - by Daniel - 26.03.2026, 08:08
RE: Issues with widgets - by Tanish Gill - 26.03.2026, 08:19
RE: Issues with widgets - by admin - 26.03.2026, 11:01

Forum Jump: