blob: 56de1eb73e6de96b63a0779791f14404c120e609 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Prefix for all Font Package URLs.
pub const PKG_URL_PREFIX: &str = "fuchsia-pkg://fuchsia.com/font-package-";
/// All local font files will be stored in this directory.
pub const LOCAL_ASSET_DIRECTORY: &str = "/config/data/assets";