forked from friendica/friendica-wp-theme
change font to Fira Sans
This commit is contained in:
parent
8a0650f98a
commit
ae6c09ae84
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.DS*
|
.DS*
|
||||||
|
work/*
|
39
assets/css/fira.css
Executable file
39
assets/css/fira.css
Executable file
|
@ -0,0 +1,39 @@
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
src: local('Fira Sans Light'),
|
||||||
|
url('../fonts/fira/woff/FiraSans-Light.woff') format('woff');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
src: local('Fira Sans Regular'),
|
||||||
|
url('../fonts/fira/woff/FiraSans-Regular.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
src: local('Fira Sans Regular Italic'),
|
||||||
|
url('../fonts/fira/woff/FiraSans-Italic.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
src: local('Fira Sans Bold'),
|
||||||
|
url('../fonts/fira/woff/FiraSans-Bold.woff') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family: 'Fira Sans';
|
||||||
|
src: local('Fira Sans Bold Italic'),
|
||||||
|
url('../fonts/fira/woff/FiraSans-BoldItalic.woff') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
|
@ -1585,7 +1585,7 @@
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
color: #111;
|
color: #111;
|
||||||
font-family: "Raleway", Arial, Helvetica, sans-serif;
|
font-family: "Fira Sans", Arial, Helvetica, sans-serif;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
@font-face {
|
|
||||||
font-family: 'Raleway';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 100;
|
|
||||||
src: local('Raleway Thin'), local('Raleway-Thin'), url(../fonts/Raleway-Thin.ttf) format('truetype');
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Raleway';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 300;
|
|
||||||
src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/Raleway-Light.ttf) format('truetype');
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Raleway';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 600;
|
|
||||||
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../fonts/Raleway-SemiBold.ttf) format('truetype');
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/fira/woff/FiraSans-Bold.woff
Executable file
BIN
assets/fonts/fira/woff/FiraSans-Bold.woff
Executable file
Binary file not shown.
BIN
assets/fonts/fira/woff/FiraSans-BoldItalic.woff
Executable file
BIN
assets/fonts/fira/woff/FiraSans-BoldItalic.woff
Executable file
Binary file not shown.
BIN
assets/fonts/fira/woff/FiraSans-Italic.woff
Executable file
BIN
assets/fonts/fira/woff/FiraSans-Italic.woff
Executable file
Binary file not shown.
BIN
assets/fonts/fira/woff/FiraSans-Light.woff
Executable file
BIN
assets/fonts/fira/woff/FiraSans-Light.woff
Executable file
Binary file not shown.
BIN
assets/fonts/fira/woff/FiraSans-Regular.woff
Executable file
BIN
assets/fonts/fira/woff/FiraSans-Regular.woff
Executable file
Binary file not shown.
|
@ -12,5 +12,5 @@ Text Domain: friendica
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url(./assets/css/fork-awesome.min.css);
|
@import url(./assets/css/fork-awesome.min.css);
|
||||||
@import url(./assets/css/raleway.css);
|
@import url(./assets/css/fira.css);
|
||||||
@import url(./assets/css/main.css);
|
@import url(./assets/css/main.css);
|
||||||
|
|
Loading…
Reference in a new issue