From 4bbf3e77884bb4749aff641f4e5e9d4d04aace05 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 16 Aug 2021 10:59:26 +0200 Subject: Fix w3c css validator errors and updated fonts --- assets/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'assets/base.css') diff --git a/assets/base.css b/assets/base.css index c78775a..3784a60 100644 --- a/assets/base.css +++ b/assets/base.css @@ -5,16 +5,16 @@ body { display: grid; grid-template-rows: auto 1fr auto; - font-family: open sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol; - font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-feature-settings: "kern" 1; + font-kerning: normal; } p { text-align: justify; hyphens: auto; - hyphenate-limit-lines: 2; text-justify: inter-character; - word-break: break-word; + overflow-wrap: anywhere; } nav#TableOfContents ul { padding: 0; -- cgit v1.2.3