Skip to content

Commit

Permalink
Bundle TTf in assets rather than pulling from CosmicDS website.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Apr 2, 2024
1 parent f4f2f03 commit 55f0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4203,7 +4203,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

0 comments on commit 55f0fde

Please sign in to comment.