mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +03:00
9 lines
244 B
HTML
9 lines
244 B
HTML
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter">
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Inter', sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
</style> |