11 lines
478 B
HTML
11 lines
478 B
HTML
<style>
|
|
/* Google fonts are ok here because this is only for developers */
|
|
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700&subset=latin-ext&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
|
|
|
|
html {
|
|
font-family: 'Lato Extended', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|
|
</style>
|