mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-13 00:30:31 +08:00
Renaming font files in Less and Sass
This commit is contained in:
parent
e2eeab1a47
commit
8dae6ed630
File diff suppressed because one or more lines are too long
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
2343
css/fork-awesome.min.css
vendored
Normal file
2343
css/fork-awesome.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 151 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 435 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
18
less/fork-awesome.less
Normal file
18
less/fork-awesome.less
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
@import "variables.less";
|
||||
@import "mixins.less";
|
||||
@import "path.less";
|
||||
@import "core.less";
|
||||
@import "larger.less";
|
||||
@import "fixed-width.less";
|
||||
@import "list.less";
|
||||
@import "bordered-pulled.less";
|
||||
@import "animated.less";
|
||||
@import "rotated-flipped.less";
|
||||
@import "stacked.less";
|
||||
@import "icons.less";
|
||||
@import "screen-reader.less";
|
18
scss/fork-awesome.scss
Normal file
18
scss/fork-awesome.scss
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "path";
|
||||
@import "core";
|
||||
@import "larger";
|
||||
@import "fixed-width";
|
||||
@import "list";
|
||||
@import "bordered-pulled";
|
||||
@import "animated";
|
||||
@import "rotated-flipped";
|
||||
@import "stacked";
|
||||
@import "icons";
|
||||
@import "screen-reader";
|
@ -5,7 +5,7 @@
|
||||
================================================== -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="Font Awesome, the iconic font and CSS framework">
|
||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||
<meta name="author" content="Dave Gandy">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
|
||||
@ -16,7 +16,7 @@
|
||||
================================================== -->
|
||||
<link rel="stylesheet" href="{{ page.relative_path }}assets/css/site.css">
|
||||
<link rel="stylesheet" href="{{ page.relative_path }}assets/css/pygments.css">
|
||||
<link rel="stylesheet" href="{{ page.relative_path }}assets/font-awesome/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="{{ page.relative_path }}assets/fork-awesome/css/fork-awesome.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="{{ page.relative_path }}assets/js/html5shiv.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user