~aleteoryx/lfm_embed

ref: dc6875ce18a48d314f0576528ebd7dc9e5e2a1b8 lfm_embed/src/font.rs -rw-r--r-- 278 bytes
dc6875cealyx Move the contents of TODO.md to <https://redmine.aleteoryx.me/projects/lfm_embed/issues>. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
use std::sync::Arc;

#[derive(serde::Deserialize, Debug, Default)]
#[serde(default)]
#[serde(rename = "kebab-case")]
pub struct FontQuery {
  pub font: Option<Arc<str>>,
  pub include_font: Option<Arc<str>>,
  pub google_font: Option<Arc<str>>,
//  pub small_font: Option<()>
}