add basic implementation .

This commit is contained in:
charlie
2020-11-01 00:20:10 +08:00
parent d65280f968
commit e5da5a748e
5 changed files with 51 additions and 10 deletions

View File

@@ -89,6 +89,12 @@ html {
font-family: var(--ls-font-family), Inter, sans-serif, system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", Arial ,"Noto Sans", serif, Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
}
html.is-ios, html.is-ios > body {
-webkit-overflow-scrolling : touch;
overflow: auto !important;
height: 100% !important;
}
@supports (font-variation-settings: normal) {
html {
font-family: 'Inter var', sans-serif;