Skip to content

Commit

Permalink
Merge pull request #8 from Carifio24/bundle-highway-gothic
Browse files Browse the repository at this point in the history
Bundle Highway Gothic font in assets
  • Loading branch information
Carifio24 authored Apr 3, 2024
2 parents cf965e4 + bd078b1 commit 7164b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export default defineComponent({
<style lang="less">
@font-face {
font-family: "Highway Gothic Narrow";
src: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/fonts/HighwayGothicNarrow.ttf");
src: url("./assets/HighwayGothicNarrow.ttf");
}
:root {
Expand Down
Binary file added src/assets/HighwayGothicNarrow.ttf
Binary file not shown.

0 comments on commit 7164b46

Please sign in to comment.