Browse Source

remove google font call (#9668)

for-closed-social
techknowlogick 4 years ago
committed by GitHub
parent
commit
8f31c2fc76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions
  1. +0
    -1
      public/vendor/plugins/fomantic/semantic.css
  2. +1
    -2
      public/vendor/plugins/fomantic/semantic.min.css

+ 0
- 1
public/vendor/plugins/fomantic/semantic.css View File

@ -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/

+ 1
- 2
public/vendor/plugins/fomantic/semantic.min.css View File

@ -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/
*

Loading…
Cancel
Save