Skip to content

Commit

Permalink
Fonts for the docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 26, 2023
1 parent cb920a1 commit d2142ac
Show file tree
Hide file tree
Showing 4 changed files with 2,807 additions and 3 deletions.
16 changes: 15 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@ export default defineConfig({
editLink: {
baseUrl: 'https://git.sr.ht/~robsimmons/dusa/tree/main/item/docs/',
},
customCss: ['./src/custom.css'],
customCss: [
'./src/custom.css',
'@fontsource/fira-mono/400.css',
'@fontsource/fira-mono/500.css',
'@fontsource/fira-mono/700.css',
'@fontsource/fira-sans/100.css',
'@fontsource/fira-sans/200.css',
'@fontsource/fira-sans/300.css',
'@fontsource/fira-sans/400.css',
'@fontsource/fira-sans/500.css',
'@fontsource/fira-sans/600.css',
'@fontsource/fira-sans/700.css',
'@fontsource/fira-sans/800.css',
'@fontsource/fira-sans-condensed/400.css',
],
head: [
{ tag: 'link', attrs: { rel: 'icon', href: '/dusa-icon-2.svg' } },
{ tag: 'link', attrs: { rel: 'shortcut icon', href: '/dusa-icon-2.svg' } },
Expand Down
Loading

0 comments on commit d2142ac

Please sign in to comment.