移除字体

This commit is contained in:
iVampireSP.com 2022-11-16 20:52:10 +08:00
parent 963c7ee31f
commit b8daa792c4
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8";@import"https://fonts.bunny.net/css?family=Nunito";/*! @charset "UTF-8";/*!
* Bootstrap v5.2.2 (https://getbootstrap.com/) * Bootstrap v5.2.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc. * Copyright 2011-2022 Twitter, Inc.

View File

@ -5,7 +5,7 @@
"isEntry": true "isEntry": true
}, },
"resources/sass/app.scss": { "resources/sass/app.scss": {
"file": "assets/app.b0e4f6b9.css", "file": "assets/app.0626f01b.css",
"src": "resources/sass/app.scss", "src": "resources/sass/app.scss",
"isEntry": true "isEntry": true
} }

View File

@ -1,5 +1,5 @@
// Fonts // Fonts
@import url("https://fonts.bunny.net/css?family=Nunito"); // @import url("https://fonts.bunny.net/css?family=Nunito");
// Variables // Variables
@import "variables"; @import "variables";