mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-01 16:44:32 +01:00
Merge pull request #430 from mdashlw/css-charset
Specify utf-8 charset for css
This commit is contained in:
commit
243de283da
1 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
/*
|
||||
* Main stylesheet file.
|
||||
*
|
||||
|
@ -7,16 +8,16 @@
|
|||
*
|
||||
*/
|
||||
|
||||
@import "@fortawesome/fontawesome-free/css/fontawesome.css";
|
||||
@import "@fortawesome/fontawesome-free/css/solid.css";
|
||||
@import "@fortawesome/fontawesome-free/css/regular.css";
|
||||
@import "@fortawesome/fontawesome-free/css/brands.css";
|
||||
@import "normalize.css";
|
||||
@import "@fortawesome/fontawesome-free/css/fontawesome.css";
|
||||
@import "@fortawesome/fontawesome-free/css/solid.css";
|
||||
@import "@fortawesome/fontawesome-free/css/regular.css";
|
||||
@import "@fortawesome/fontawesome-free/css/brands.css";
|
||||
@import "normalize.css";
|
||||
|
||||
/* Import the dark blue theme to act as a fallback. */
|
||||
@import "themes/dark-blue";
|
||||
/* Import the dark blue theme to act as a fallback. */
|
||||
@import "themes/dark-blue";
|
||||
|
||||
/* Files containing common properties, such as variable definitions. */
|
||||
/* Files containing common properties, such as variable definitions. */
|
||||
@import "common/measurements";
|
||||
@import "common/mixins";
|
||||
|
||||
|
@ -55,4 +56,4 @@
|
|||
@import "views/search";
|
||||
@import "views/staff";
|
||||
@import "views/stats";
|
||||
@import "views/tags";
|
||||
@import "views/tags";
|
Loading…
Reference in a new issue