diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-09 15:48:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 15:48:47 -0500 |
commit | 8f31c2fc76823cad96c0880653c545ad12d6974f (patch) | |
tree | a686d6aac2cee03e7767d6a0b8a3098864d532d4 /public | |
parent | b3722114cece1c777a4cb0a5fbf730512aa3416d (diff) | |
download | gitea-8f31c2fc76823cad96c0880653c545ad12d6974f.tar.gz gitea-8f31c2fc76823cad96c0880653c545ad12d6974f.zip |
remove google font call (#9668)
Diffstat (limited to 'public')
-rw-r--r-- | public/vendor/plugins/fomantic/semantic.css | 1 | ||||
-rw-r--r-- | public/vendor/plugins/fomantic/semantic.min.css | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/public/vendor/plugins/fomantic/semantic.css b/public/vendor/plugins/fomantic/semantic.css index bb4ffb4b81..2059e58ca1 100644 --- a/public/vendor/plugins/fomantic/semantic.css +++ b/public/vendor/plugins/fomantic/semantic.css @@ -8,7 +8,6 @@ * http://opensource.org/licenses/MIT * */ -@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap'); /*! * # Fomantic-UI - Reset * http://github.com/fomantic/Fomantic-UI/ diff --git a/public/vendor/plugins/fomantic/semantic.min.css b/public/vendor/plugins/fomantic/semantic.min.css index 9f2dab4a36..4d71b4b903 100644 --- a/public/vendor/plugins/fomantic/semantic.min.css +++ b/public/vendor/plugins/fomantic/semantic.min.css @@ -7,8 +7,7 @@ * Released under the MIT license * http://opensource.org/licenses/MIT * - */ -@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin&display=swap);/*! + *//*! * # Fomantic-UI - Reset * http://github.com/fomantic/Fomantic-UI/ * |