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