Omarrran's picture
Initial commit: Kashmiri Diacritics Converter for HF Spaces
c3834d8
Raw
History Blame Contribute Delete
341 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Nastaliq+Urdu:wght@400;500;600;700&display=swap');
/* Base reset and font import */
* {
box-sizing: border-box;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
min-height: 100vh;
}