ezidam: using fonts from https://systemfontstack.com
This commit is contained in:
parent
f6295f72d7
commit
0c04322189
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue