mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 10:06:26 +08:00
864 B
864 B
+++ title = 'Version 3.3' type = 'releasenotes' weight = -3
[params] disableToc = false hidden = true minHugoVersion = '0.93.0' +++
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 docs 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.