Skip to content

Commit

Permalink
add Purdue stylesheet and sans-serif font
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Jun 28, 2024
1 parent fef4398 commit 0671e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<!--head-tags-->
<!--preload-links-->
<!--app-state-->

<!-- Purdue Style below -- see https://marcom.purdue.edu/toolbox/digital-media/web-templates/ -->
<link href=”https://www.purdue.edu/purdue/fonts/united-sans/united-sans.css” rel=”stylesheet” />
<link href=”https://use.typekit.net/ghc8hdz.css” rel=”stylesheet” />

</head>
<body>
<!--body-tags-open-->
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
main: ['Roboto', 'sans-serif']
main: ['United Sans', 'sans-serif']
},
colors: {
base: {
Expand Down

0 comments on commit 0671e44

Please sign in to comment.