Skip to content

Instantly share code, notes, and snippets.

<html lang="pt-br"><head><style>
@import url(https://fonts.googleapis.com/css?family=Google+Sans+Text);
html {
font-family: 'Google Sans Text', 'Google Sans';
font-size: 14px;
color-scheme: light dark;
background: light-dark(white, black);
color: light-dark(black, white);
}
</style>