glitch-images/styles/global/typography.css
2015-12-23 23:09:12 +01:00

23 lines
349 B
CSS

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
button {
font-family: -apple-system, Roboto, 'Lucida Grande', sans-serif;
font-size: 11px;
}
label,
time {
font-family: -apple-system, Roboto, 'Lucida Grande', sans-serif;
font-size: 11px;
}
input {
font-family: 'Menlo', 'Lucida Grande', sans-serif;
font-size: 11px;
}