summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2023-03-31add symbols for command, option, and retrun keys to the fallback fontDan Allen
2022-12-07resolves #2373 correctly map all icons from FontAwesome 4 (PR #2374)Dan Allen
2022-08-24add break opportunity after kbd separatorDan Allen
2022-08-24rename kbd-separator theme key to kbd-separator-content to make its ↵Dan Allen
consistent with other content keys - remap old key and warn
2022-08-23keep caret between items in menu macro with previous item if items wrapDan Allen
2022-08-10resolves #2307 use relative font size for big and small roles (PR #2308)Dan Allen
2022-08-03remove color hints in default themeDan Allen
2022-08-03remove outdated examples for line height in default theme and update ↵Dan Allen
information about line height
2022-07-31document how to customize the icon for an admonition on the icons pageDan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-13remove use of deprecated theme keys in default-for-print themeDan Allen
2022-05-12resolves #2164 configure spacing around thematic break using ↵Dan Allen
thematic-break-padding key (PR #2165)
2022-05-11add index-column-gap key to theme to control size of gap between columns in ↵Dan Allen
index section
2022-05-04enable running footer when using base themeDan Allen
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-05-04clean outdated comments out of base theme [no ci]Dan Allen
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
2022-05-03adding missing glyph for ÿ in built-in fontsDan Allen
2022-04-30use sensible fallbacks for table border color and width (PR #2112)Dan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ↵Dan Allen
docs (PR #2096)
2022-04-23resolves #902 allow sides of table frame to be styled independently (PR #2067)Dan Allen
2022-04-19move code-callout-list-margin-top theme key to ↵Dan Allen
callout-list-margin-top-after-code (PR #2056)
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
remap old key with warning for backwards compatibility
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
* rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd>
2022-04-18consolidat license files for Noto fonts [skip ci]Dan Allen
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap ↵Dan Allen
deprecated keys (PR #2039)
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ↵Dan Allen
#2033)
2022-04-15add support for line-height property on lead role as documentedDan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2021-02-27remove unused keys in default theme [skip ci]Dan Allen
2021-02-25resolves #1774 allow theme to control font properties of menu element (PR #1879)Dan Allen
2021-01-22modify subset-fonts.pe to add floor/ceiling charactersJon Leech
2021-01-12update notices for fonts; add license for notoemoji font; update copyright ↵Dan Allen
range [skip ci]
2021-01-12fix subset fonts script and apply updates to emoji fontDan Allen
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-19minor reference cleanups in default themeDan Allen
2020-09-19drop the use of the undocumented vertical_spacing theme keyDan Allen
2020-09-08quote and uppercase the mark background color in the base themeDan Allen
2020-09-08handle color value without leading # on font tag; replace use of <color> tag ↵Dan Allen
in default theme
2020-06-10resolves #1625 add additional glyphs to bundled fontsDan Allen
* add heavy checkmark to fallback font * add both checkmarks to monospaced font * add numero sign to prose font and fallback font
2020-05-06remove deprecated "ascii" fonts; only bundle the more complete "subset" fontsDan Allen
2020-04-19fix typo in key name for footnotes item spacing in base themeDan Allen
2020-03-14resolves #1604 configure headings to inherit font style from theme (PR #1606)Dan Allen
2020-02-24resolves #1568 stabilize font paths in built-in themes by prefixing paths ↵Dan Allen
with GEM_FONTS_DIR (PR #1572)
2020-02-12fix inconsistent variable name in default themeDan Allen
2020-01-31resolves #1129 bundle emoji font and use as fallback font (PR #1527)Dan Allen