Reorg and prep for alpha release (#432)

This commit is contained in:
Rob Madole
2017-06-23 14:06:19 -07:00
committed by GitHub
parent cd22aeaeed
commit b3bbd192b8
1485 changed files with 62969 additions and 24515 deletions

View File

@@ -0,0 +1,17 @@
@import "variables";
@font-face {
font-family: "Font Awesome 5";
src: url("#{$fa-font-path}/fontawesome-regular-400.eot?v=#{$fa-version}");
src: url("#{$fa-font-path}/fontawesome-regular-400.eot?#iefix&v=#{$fa-version}") format("embedded-opentype"),
url("#{$fa-font-path}/fontawesome-regular-400.woff2?v=#{$fa-version}") format("woff2"),
url("#{$fa-font-path}/fontawesome-regular-400.woff?v=#{$fa-version}") format("woff"),
url("#{$fa-font-path}/fontawesome-regular-400.ttf?v=#{$fa-version}") format("truetype"),
url("#{$fa-font-path}/fontawesome-regular-400.svg?v=#{$fa-version}#fontawesomeregular") format("svg");
font-weight: 400;
font-style: normal;
}
.far {
font-weight: 400;
}