include inter from cdn, enable disambiguation
This commit is contained in:
parent
0b1c2e29a5
commit
e90d3c8807
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
|||
body {
|
||||
@import url('https://rsms.me/inter/inter.css');
|
||||
|
||||
@supports (font-variation-settings: normal) {
|
||||
html {
|
||||
font-family: 'Inter var', sans-serif;
|
||||
font-feature-settings: "frac", "cpsp", "ss02", "ss03";
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue