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*
|
||||
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 {
|
||||
color: #111;
|
||||
font-family: "Raleway", Arial, Helvetica, sans-serif;
|
||||
font-family: "Fira Sans", Arial, Helvetica, sans-serif;
|
||||
font-size: 13pt;
|
||||
font-weight: 300;
|
||||
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.
Loading…
Reference in a new issue