Skip to content

Commit

Permalink
Merge branch 'self-host-font-files' into 'main'
Browse files Browse the repository at this point in the history
fix build issues due to file naming

See merge request documentation/uilicious-docs-v3!26
  • Loading branch information
Tai Shi Ling committed Nov 10, 2023
2 parents 2b390ff + 656320e commit fc07f0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vuepress/styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@font-face {
font-family: 'Readex Pro';
//src: url("/v3/static/fonts/ReadexPro-VariableFont_HEXP,wght.ttf");
src: url(@styles/fonts/ReadexPro-VariableFont_HEXP\,wght.ttf);
src: url(@styles/fonts/ReadexPro-VariableFont.ttf);
}

// normal text
Expand All @@ -29,7 +29,7 @@
// code font face
@font-face {
font-family: 'Fira Code';
src: url(@styles/fonts/FiraCode-VariableFont_wght.ttf);
src: url(@styles/fonts/FiraCode-VariableFont.ttf);
}

:root {
Expand Down

0 comments on commit fc07f0d

Please sign in to comment.