// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module dom_distiller.mojom;
enum Theme {
kLight = 0,
kDark = 1,
kSepia = 2,
};
enum FontFamily {
kSansSerif = 0,
kSerif = 1,
kMonospace = 2,
};