Skip to content

Commit

Permalink
compile purdue CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Jun 28, 2024
1 parent b592a9f commit 18810f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<!--head-tags-->
<!--preload-links-->
<!--app-state-->

<!-- Purdue Style below -- see https://marcom.purdue.edu/toolbox/digital-media/web-templates/ -->
<link rel=”stylesheet” href=”/taxonpages/assets/purdue-united-sans.css” />
<link rel=”stylesheet” href=”/taxonpages/assets/purdue-styles-ghc8hdz.css” />

</head>
<body>
<!--body-tags-open-->
Expand Down
2 changes: 2 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
@import 'leaflet/dist/leaflet.css';
@import '@/assets/css/leaflet.css';
@import '@/assets/css/webkit.css';
@import '@/assets/css/purdue-united-sans.css';
@import '@/assets/css/purdue-styles-ghc8hdz.css';

* {
box-sizing: content-box;
Expand Down
2 changes: 2 additions & 0 deletions src/assets/css/purdue-styles-ghc8hdz.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* Specified by https://marcom.purdue.edu/toolbox/digital-media/web-templates/, downloaded from https://use.typekit.net/ghc8hdz.css
*
* The Typekit service used to deliver this font or fonts for use on websites
* is provided by Adobe and is subject to these Terms of Use
* http://www.adobe.com/products/eulas/tou_typekit. For font license
Expand Down
5 changes: 5 additions & 0 deletions src/assets/css/purdue-united-sans.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Specified by https://marcom.purdue.edu/toolbox/digital-media/web-templates/
* downloaded from https://www.purdue.edu/purdue/fonts/united-sans/united-sans.css
*/

/* Regular */

@font-face {
Expand Down

0 comments on commit 18810f7

Please sign in to comment.