Compare commits

...

2 commits

Author SHA1 Message Date
Fabio Manganiello
982c596d71 Bump version: 0.2.31 → 0.2.32 2025-01-30 15:27:49 +01:00
Fabio Manganiello
3f47f3a656 Migrated font-family for posts content from serif to sans 2025-01-30 15:27:08 +01:00
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
__version__ = "0.2.31" __version__ = "0.2.32"

View file

@ -6,7 +6,7 @@ main .content {
main .content p, main .content p,
main .content ul { main .content ul {
font-family: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif',serif; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Tahoma', 'Helvetica', 'Verdana', sans-serif;
text-align: justify; text-align: justify;
overflow-wrap: break-word; overflow-wrap: break-word;
word-break: break-word; word-break: break-word;

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.31 current_version = 0.2.32
commit = True commit = True
tag = True tag = True

View file

@ -11,7 +11,7 @@ def readfile(file):
setup( setup(
name="madblog", name="madblog",
version="0.2.31", version="0.2.32",
author="Fabio Manganiello", author="Fabio Manganiello",
author_email="info@fabiomanganiello.com", author_email="info@fabiomanganiello.com",
description="A minimal platform for Markdown-based blogs", description="A minimal platform for Markdown-based blogs",