From 092c748492ef29b1d875056db58734fdb4b80338 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Fri, 1 May 2020 22:40:03 +0000
Subject: [PATCH] Box username

---
 content/handling_data/data_storage/integrating_box_with_hcc.md | 3 +++
 layouts/partials/custom-head.html                              | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/content/handling_data/data_storage/integrating_box_with_hcc.md b/content/handling_data/data_storage/integrating_box_with_hcc.md
index 59fbe9bc..c047b61a 100644
--- a/content/handling_data/data_storage/integrating_box_with_hcc.md
+++ b/content/handling_data/data_storage/integrating_box_with_hcc.md
@@ -36,6 +36,9 @@ lftp -u <username> ftps://ftp.box.com
 Password: <password>
 {{< /highlight >}}
 {{% /panel %}}
+{{% notice info%}}
+  Be sure to use your fully qualified username; that is, include the domain.  For example, `hhusker2@unl.edu`.
+{{% /notice %}}
 
 5.  Test the connection by running the `ls` command.  You should see a listing of your Box files.  Assuming it works, add a bookmark named "box" to use when connecting later. Optionally run `set bmk:save-passwords yes` first if you want lftp to remember the password:
 {{% panel theme="info" header="Add lftp bookmark" %}}
diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html
index da268d43..aaed1716 100644
--- a/layouts/partials/custom-head.html
+++ b/layouts/partials/custom-head.html
@@ -1,5 +1,5 @@
 <link rel="stylesheet" href="/css/custom.css">
-<link href="//cloud.typography.com/7717652/616662/css/fonts.css" type="text/css" rel="stylesheet">
+<link href="https://www.unl.edu/fonts/core/477932/6B62CFDB4A94E2C3B.css" type="text/css" rel="stylesheet">
 <!-- Global site tag (gtag.js) - Google Analytics -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-36141757-1"></script>
 <script>
-- 
GitLab