This commit is contained in:
Philippe Loctaux 2023-03-30 20:10:48 +02:00
parent f6295f72d7
commit 0c04322189

View file

@ -10,7 +10,8 @@
<link href="/css/demo.min.css" rel="stylesheet"/> <link href="/css/demo.min.css" rel="stylesheet"/>
<style> <style>
:root { :root {
--tblr-font-sans-serif: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; /* from https://systemfontstack.com */
--tblr-font-sans-serif: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
} }
body { body {
font-feature-settings: "cv03", "cv04", "cv11"; font-feature-settings: "cv03", "cv04", "cv11";