mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
10 lines
260 B
Rust
10 lines
260 B
Rust
use crate::raster::Color;
|
|
|
|
// RENDERING
|
|
pub const LAYER_OUTLINE_STROKE_COLOR: Color = Color::BLACK;
|
|
pub const LAYER_OUTLINE_STROKE_WEIGHT: f64 = 1.;
|
|
|
|
// Fonts
|
|
pub const DEFAULT_FONT_FAMILY: &str = "Cabin";
|
|
pub const DEFAULT_FONT_STYLE: &str = "Regular (400)";
|