Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored Mar 30, 2022
1 parent 389a399 commit b326f8e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ module.exports = function(grunt) {
dest: 'pt_lightning_sphinx_theme/static/fonts/FreightSans',
filter: 'isFile'
},
{
expand: true,
flatten: true,
src: ['fonts/UCity/*'],
dest: 'pt_lightning_sphinx_theme/static/fonts/UCity',
filter: 'isFile'
},

{
expand: true,
Expand Down
Binary file added fonts/UCity/UCity-Light.woff2
Binary file not shown.
Binary file added fonts/UCity/UCity-Regular.woff2
Binary file not shown.
Binary file added fonts/UCity/UCity-Semibold.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions pt_lightning_sphinx_theme/fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<link rel="preload" href="{{ pathto('_static/fonts/FreightSans/freight-sans-bold.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{ pathto('_static/fonts/FreightSans/freight-sans-medium-italic.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{ pathto('_static/fonts/IBMPlexMono/IBMPlexMono-SemiBold.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{ pathto('_static/fonts/UCity/UCity-Light.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{ pathto('_static/fonts/UCity/UCity-Regular.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{{ pathto('_static/fonts/UCity/UCity-Semibold.woff2', 1) }}" as="font" type="font/woff2" crossorigin="anonymous">

<!-- Preload the katex fonts -->

Expand Down

0 comments on commit b326f8e

Please sign in to comment.