From 10addafff318965fcaaa0e22103edff24e2a2fd1 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Mon, 6 Jun 2022 09:42:30 -0400
Subject: [PATCH] ISTWCMS-5597: removing fdsu fonts and icons

---
 src/patterns/01-core/font-face/_index.scss | 420 ---------------------
 1 file changed, 420 deletions(-)

diff --git a/src/patterns/01-core/font-face/_index.scss b/src/patterns/01-core/font-face/_index.scss
index 2b20dbde..f6638269 100644
--- a/src/patterns/01-core/font-face/_index.scss
+++ b/src/patterns/01-core/font-face/_index.scss
@@ -105,423 +105,3 @@
   font-weight: normal;
   src: url("fonts/lineto-typ1451-lightalternate.eot"), url("fonts/lineto-typ1451-lightalternate.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-typ1451-lightalternate.woff2") format("woff2"), url("fonts/lineto-typ1451-lightalternate.woff") format("woff");
 }
-
-@font-face {
-  font-family: "fdsu-rwd";
-  font-style: normal;
-  font-weight: normal;
-  src: url("fonts/fdsu-rwd.eot"), url("fonts/fdsu-rwd.eot?#iefix") format("embedded-opentype"), url("fonts/fdsu-rwd.ttf") format("truetype"), url("fonts/fdsu-rwd.woff") format("woff"), url("fonts/fdsu-rwd.svg?#fdsu-rwd") format("svg");
-}
-
-$fdsu-vimeo: "\e901";
-$fdsu-vimeo-box: "\e900";
-$fdsu-add-to-calendar: "\2605";
-$fdsu-envelope: "\e0eb";
-$fdsu-bubble: "\e15f";
-$fdsu-binoculars: "\e1b5";
-$fdsu-search: "\e1b6";
-$fdsu-search-2: "\e1b7";
-$fdsu-search-shade: "\e1bb";
-$fdsu-arrow-right: "\e3b5";
-$fdsu-googleplus-box: "\e495";
-$fdsu-github: "\e4ba";
-$fdsu-github-box: "\e4bb";
-$fdsu-yahoo: "\e4c4";
-$fdsu-tux: "\e4c5";
-$fdsu-apple: "\e4c6";
-$fdsu-finder: "\e4c7";
-$fdsu-android: "\e4c8";
-$fdsu-windows: "\e4c9";
-$fdsu-windows8: "\e4ca";
-$fdsu-skype: "\e4cd";
-$fdsu-html5: "\e4eb";
-$fdsu-css3: "\e4ec";
-$fdsu-chrome: "\e4ed";
-$fdsu-firefox: "\e4ee";
-$fdsu-ie: "\e4ef";
-$fdsu-opera: "\e4f0";
-$fdsu-safari: "\e4f1";
-$fdsu-close: "\e902";
-$fdsu-si-comm: "\e903";
-$fdsu-info: "\e904";
-$fdsu-info-2: "\e905";
-$fdsu-chevron: "\e906";
-$fdsu-ical: "\e907";
-$fdsu-arrow: "\e908";
-$fdsu-comment: "\e909";
-$fdsu-share: "\e90a";
-$fdsu-facebook: "\e90b";
-$fdsu-facebook-box: "\e90c";
-$fdsu-instagram-box: "\e90d";
-$fdsu-instagram: "\e90e";
-$fdsu-linkedin: "\e90f";
-$fdsu-linkedin-box: "\e910";
-$fdsu-twitter: "\e911";
-$fdsu-twitter-box: "\e912";
-$fdsu-youtube-box: "\e913";
-$fdsu-youtube: "\e914";
-$fdsu-calendar: "\e915";
-$fdsu-cloud: "\e916";
-$fdsu-rss-box: "\e917";
-$fdsu-snapchat: "\e918";
-$fdsu-si-comp: "\e921";
-$fdsu-si-infrastructure: "\e927";
-$fdsu-si-professionals: "\e928";
-$fdsu-si-security: "\e929";
-$fdsu-si-teach: "\e92a";
-$fdsu-clock2: "\e94f";
-$fdsu-spoon-knife: "\e9a3";
-$fdsu-location: "\e930";
-
-.fdsu-vimeo {
-  &::before{
-    content: $fdsu-vimeo;
-  }
-}
-
-.fdsu-vimeo-box {
-  &::before{
-    content: $fdsu-vimeo-box;
-  }
-}
-
-.fdsu-add-to-calendar {
-  &::before{
-    content: $fdsu-add-to-calendar;
-  }
-}
-
-.fdsu-envelope {
-  &::before{
-    content: $fdsu-envelope;
-  }
-}
-
-.fdsu-bubble {
-  &::before{
-    content: $fdsu-bubble;
-  }
-}
-.fdsu-binoculars {
-  &::before{
-    content: $fdsu-binoculars;
-  }
-}
-
-.fdsu-search {
-  &::before{
-    content: $fdsu-search;
-  }
-}
-
-.fdsu-search-2 {
-  &::before{
-    content: $fdsu-search-2;
-  }
-}
-
-.fdsu-search-shade {
-  &::before{
-    content: $fdsu-search-shade;
-  }
-}
-
-.fdsu-arrow-right {
-  &::before{
-    content: $fdsu-arrow-right;
-  }
-}
-
-.fdsu-googleplus-box {
-  &::before{
-    content: $fdsu-googleplus-box;
-  }
-}
-
-.fdsu-github {
-  &::before{
-    content: $fdsu-github;
-  }
-}
-
-.fdsu-github-box {
-  &::before{
-    content: $fdsu-github-box;
-  }
-}
-
-.fdsu-yahoo {
-  &::before{
-    content: $fdsu-yahoo;
-  }
-}
-
-.fdsu-tux {
-  &::before{
-    content: $fdsu-tux;
-  }
-}
-
-.fdsu-apple {
-  &::before{
-    content: $fdsu-apple;
-  }
-}
-
-.fdsu-finder {
-  &::before{
-    content: $fdsu-finder;
-  }
-}
-
-.fdsu-android {
-  &::before{
-    content: $fdsu-android;
-  }
-}
-
-.fdsu-windows {
-  &::before{
-    content: $fdsu-windows;
-  }
-}
-
-.fdsu-windows8 {
-  &::before{
-    content: $fdsu-windows8;
-  }
-}
-
-.fdsu-skype {
-  &::before{
-    content: $fdsu-skype;
-  }
-}
-
-.fdsu-html5 {
-  &::before{
-    content: $fdsu-html5;
-  }
-}
-
-.fdsu-css3 {
-  &::before{
-    content: $fdsu-css3;
-  }
-}
-
-.fdsu-chrome {
-  &::before{
-    content: $fdsu-chrome;
-  }
-}
-
-.fdsu-firefox {
-  &::before{
-    content: $fdsu-firefox;
-  }
-}
-
-.fdsu-ie {
-  &::before{
-    content: $fdsu-ie;
-  }
-}
-
-.fdsu-opera {
-  &::before{
-    content: $fdsu-opera;
-  }
-}
-
-.fdsu-safari {
-  &::before{
-    content: $fdsu-safari;
-  }
-}
-
-.fdsu-close {
-  &::before{
-    content: $fdsu-close;
-  }
-}
-
-.fdsu-si-comm {
-  &::before{
-    content: $fdsu-si-comm;
-  }
-}
-
-.fdsu-info {
-  &::before{
-    content: $fdsu-info;
-  }
-}
-
-.fdsu-info-2 {
-  &::before{
-    content: $fdsu-info-2;
-  }
-}
-
-.fdsu-chevron {
-  &::before{
-    content: $fdsu-chevron;
-  }
-}
-
-.fdsu-ical {
-  &::before{
-    content: $fdsu-ical;
-  }
-}
-
-.fdsu-arrow {
-  &::before{
-    content: $fdsu-arrow;
-  }
-}
-
-.fdsu-comment {
-  &::before{
-    content: $fdsu-comment;
-  }
-}
-
-.fdsu-share {
-  &::before{
-    content: $fdsu-share;
-  }
-}
-
-.fdsu-facebook {
-  &::before{
-    content: $fdsu-facebook;
-  }
-}
-
-.fdsu-facebook-box {
-  &::before{
-    content: $fdsu-facebook-box;
-  }
-}
-
-.fdsu-instagram-box {
-  &::before{
-    content: $fdsu-instagram-box;
-  }
-}
-
-.fdsu-instagram {
-  &::before{
-    content: $fdsu-instagram;
-  }
-}
-
-.fdsu-linkedin {
-  &::before{
-    content: $fdsu-linkedin;
-  }
-}
-
-.fdsu-linkedin-box {
-  &::before{
-    content: $fdsu-linkedin-box;
-  }
-}
-
-.fdsu-twitter {
-  &::before{
-    content: $fdsu-twitter;
-  }
-}
-
-.fdsu-twitter-box {
-  &::before{
-    content: $fdsu-twitter-box;
-  }
-}
-
-.fdsu-youtube-box {
-  &::before{
-    content: $fdsu-youtube-box;
-  }
-}
-
-.fdsu-youtube {
-  &::before{
-    content: $fdsu-youtube;
-  }
-}
-
-.fdsu-calendar {
-  &::before{
-    content: $fdsu-calendar;
-  }
-}
-
-.fdsu-cloud {
-  &::before{
-    content: $fdsu-cloud;
-  }
-}
-
-.fdsu-rss-box {
-  &::before{
-    content: $fdsu-rss-box;
-  }
-}
-
-.fdsu-snapchat {
-  &::before{
-    content: $fdsu-snapchat;
-  }
-}
-
-.fdsu-si-comp {
-  &::before{
-    content: $fdsu-si-comp;
-  }
-}
-
-.fdsu-si-infrastructure {
-  &::before{
-    content: $fdsu-si-infrastructure;
-  }
-}
-
-.fdsu-si-professionals {
-  &::before{
-    content: $fdsu-si-professionals;
-  }
-}
-
-.fdsu-si-security {
-  &::before{
-    content: $fdsu-si-security;
-  }
-}
-
-.fdsu-si-teach {
-  &::before{
-    content: $fdsu-si-teach;
-  }
-}
-
-.fdsu-clock2 {
-  &::before{
-    content: $fdsu-clock2;
-  }
-}
-
-.fdsu-spoon-knife {
-  &::before{
-    content: $fdsu-spoon-knife;
-  }
-}
-
-.fdsu-location {
-  &::before{
-    content: $fdsu-location;
-  }
-}
-- 
GitLab