Skip to content

Commit

Permalink
How did I mess up @font-face syntax that badly
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Jan 20, 2024
1 parent 0271555 commit 73b56c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared_data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ pub fn title_time_string(time: u64) -> String {

pub static BASE_STYLE: &str = r#"
@font-face {
name: "Isenheim",
source: local("Isenheim"), url("/fonts/isenheim");
font-family: "Isenheim";
src: local("Isenheim"), url("/font/isenheim") format("opentype");
}
@font-face {
name: "Maple Mono",
source: local("Maple Mono"), url("/fonts/maple-mono");
font-family: "Maple Mono";
src: local("Maple Mono"), url("/font/maple-mono");
}
* {
--body-background: #3f3540;
Expand Down

0 comments on commit 73b56c5

Please sign in to comment.