mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
831 B
831 B
+++ disableToc = false hidden = true title = "Version 3.3" type = "releasenotes" weight = -3 +++
3.3.0 (2022-03-28)
New
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Introduction of new CSS variables to set the font. The theme distinguishes between
--MAIN-font
for all content text and--CODE-font
for inline or block code. There are additional overrides for all headings. See the theme variant generator of the exampleSite for all available variables. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode
swagger
is available to include a UI for REST OpenAPI specifications. See the documentation for available features. This feature will not work with Internet Explorer 11.