Changed: font for better reading

pull/268/head
TRaSH 3 years ago
parent 30e1fd7527
commit 589a5860a2

@ -31,8 +31,10 @@ markdown_extensions:
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tabbed - pymdownx.tabbed
- pymdownx.highlight - pymdownx.highlight
- codehilite:
guess_lang: true
- toc: - toc:
permalink: true permalink: "¶"
toc_depth: 5 toc_depth: 5
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji
@ -42,9 +44,9 @@ markdown_extensions:
plugins: plugins:
- search - search
- git-revision-date-localized: - git-revision-date-localized:
type: timeago type: datetime
locale: en locale: en
fallback_to_build_date: false # fallback_to_build_date: false
- awesome-pages - awesome-pages
- macros: - macros:
j2_block_start_string: "[[%" j2_block_start_string: "[[%"
@ -104,7 +106,7 @@ theme:
accent: indigo accent: indigo
scheme: slate scheme: slate
font: font:
text: "Roboto" text: "Noto Sans"
code: "Fira Code" code: "Encode Sans Expanded"
favicon: img/favicon.png favicon: img/favicon.png
logo: img/logo.png logo: img/logo.png

Loading…
Cancel
Save