Re-add the style sheets accidentally deleted
This commit is contained in:
parent
ed50061e38
commit
45b3c436ae
2 changed files with 1613 additions and 0 deletions
1565
app/assets/stylesheets/boot/font-awesome.css.scss
Normal file
1565
app/assets/stylesheets/boot/font-awesome.css.scss
Normal file
File diff suppressed because it is too large
Load diff
48
app/assets/stylesheets/boot/google-webfonts.css.scss
Normal file
48
app/assets/stylesheets/boot/google-webfonts.css.scss
Normal file
|
@ -0,0 +1,48 @@
|
|||
// License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later %>
|
||||
|
||||
/* Open Sans */
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: font-url("Open_Sans/opensans-regular-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: font-url("Open_Sans/opensans-light-webfont.woff") format("woff");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: font-url("Open_Sans/opensans-bold-webfont.woff") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Bitter */
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSansCondensed";
|
||||
src: font-url("Open_Sans_Condensed/opensans-condbold-webfont.woff")
|
||||
format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Bitter";
|
||||
src: font-url("Bitter/Bitter-Regular.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Bitter";
|
||||
src: font-url("Bitter/Bitter-Bold.woff") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Reference in a new issue