e7c4d9c tidy up css and font files

Authored and Committed by ryanlerch 6 years ago
38 files changed. 10 lines added. 10995 lines removed.
docs/dev-guide.rst
file modified
+8 -0
hubs/static/css/fonts/Cantarell-Bold-webfont.eot
file removed
-0
hubs/static/css/fonts/Cantarell-Bold-webfont.svg
file removed
-143
hubs/static/css/fonts/Cantarell-Bold-webfont.ttf
file removed
-0
hubs/static/css/fonts/Cantarell-Bold-webfont.woff
file removed
-0
hubs/static/css/fonts/Cantarell-BoldOblique-webfont.eot
file removed
-0
hubs/static/css/fonts/Cantarell-BoldOblique-webfont.svg
file removed
-143
hubs/static/css/fonts/Cantarell-BoldOblique-webfont.ttf
file removed
-0
hubs/static/css/fonts/Cantarell-BoldOblique-webfont.woff
file removed
-0
hubs/static/css/fonts/Cantarell-Oblique-webfont.eot
file removed
-0
hubs/static/css/fonts/Cantarell-Oblique-webfont.svg
file removed
-143
hubs/static/css/fonts/Cantarell-Oblique-webfont.ttf
file removed
-0
hubs/static/css/fonts/Cantarell-Oblique-webfont.woff
file removed
-0
hubs/static/css/fonts/Cantarell-Regular-webfont.eot
file removed
-0
hubs/static/css/fonts/Cantarell-Regular-webfont.svg
file removed
-143
hubs/static/css/fonts/Cantarell-Regular-webfont.ttf
file removed
-0
hubs/static/css/fonts/Cantarell-Regular-webfont.woff
file removed
-0
hubs/static/css/fonts/Comfortaa-300/Comfortaa-300.eot
file removed
-0
hubs/static/css/fonts/Comfortaa-300/Comfortaa-300.svg
file removed
-2644
hubs/static/css/fonts/Comfortaa-300/Comfortaa-300.ttf
file removed
-0
hubs/static/css/fonts/Comfortaa-300/Comfortaa-300.woff
file removed
-0
hubs/static/css/fonts/Comfortaa-300/Comfortaa-300.woff2
file removed
-0
hubs/static/css/fonts/Comfortaa-300/LICENSE.txt
file removed
-94
hubs/static/css/fonts/Comfortaa-700/Comfortaa-700.eot
file removed
-0
hubs/static/css/fonts/Comfortaa-700/Comfortaa-700.svg
file removed
-2651
hubs/static/css/fonts/Comfortaa-700/Comfortaa-700.ttf
file removed
-0
hubs/static/css/fonts/Comfortaa-700/Comfortaa-700.woff
file removed
-0
hubs/static/css/fonts/Comfortaa-700/Comfortaa-700.woff2
file removed
-0
hubs/static/css/fonts/Comfortaa-700/LICENSE.txt
file removed
-94
hubs/static/css/fonts/Comfortaa-regular/Comfortaa-regular.eot
file removed
-0
hubs/static/css/fonts/Comfortaa-regular/Comfortaa-regular.svg
file removed
-2620
hubs/static/css/fonts/Comfortaa-regular/Comfortaa-regular.ttf
file removed
-0
hubs/static/css/fonts/Comfortaa-regular/Comfortaa-regular.woff
file removed
-0
hubs/static/css/fonts/Comfortaa-regular/Comfortaa-regular.woff2
file removed
-0
hubs/static/css/fonts/Comfortaa-regular/LICENSE.txt
file removed
-94
hubs/static/css/style-patternlab.css
file removed
-2223
hubs/static/css/style.css
file modified
+0 -2
hubs/templates/master.html
file modified
+2 -1
    tidy up css and font files
    
    this commit does some general tidyup of how we handle some
    of the CSS and font files.
    
    First, the two fonts we use, open sans and fontawesome are now
    set up to be pulled down from the central copies we have hosted
    on apps.fp.org/global. Note that due to CORS restrictions, this
    means these fonts will work on prod, but not when testing locally.
    If you install the fonts locally on the system you are looking at
    the test site at, it will use the fonts. Details on this have been
    added to the dev documentation.
    
    Second, we remove the cantarell and comfortaa fonts in the repo,
    as these were not being used. We also delete the style-patternlab.css
    file that was not being used either.
    
        
file modified
+8 -0
file modified
+0 -2
file modified
+2 -1