Use the same base font size on all platforms

This commit is contained in:
Nils Maier 2019-09-07 20:13:37 +02:00
parent c39961d253
commit e928d202ee

View File

@ -25,6 +25,10 @@ html[data-platform="mac"] {
--folder-color: rgb(4, 102, 214);
}
html, body {
font-size: 10pt !important;
}
@font-face {
font-family: 'downthemall';
src: url('downthemall.woff2?75791791') format('woff2');