Skip to content

Commit

Permalink
Fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Nov 6, 2023
1 parent 3f3f4a5 commit e3ebc00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastn-core/src/package/package_doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ pub(crate) async fn read_ftd_2023(
download_assets: bool,
) -> fastn_core::Result<FTDResult> {
let package_name = config.config.package.name.to_string();
let font_style = config.config.get_font_style();
let c = &config.config.clone();

let current_package = config
Expand Down Expand Up @@ -520,7 +519,7 @@ pub(crate) async fn read_ftd_2023(
js_document_script.as_str(),
js_ast_data.scripts.join("").as_str(),
ssr_body.as_str(),
font_style.as_str(),
config.config.get_font_style().as_str(),
ftd::ftd_js_css(),
base_url,
c,
Expand Down

0 comments on commit e3ebc00

Please sign in to comment.