initial commit of SVN release repo
This commit is contained in:
BIN
style/fonts/Dosis/Dosis-ExtraLight.woff
Normal file
BIN
style/fonts/Dosis/Dosis-ExtraLight.woff
Normal file
Binary file not shown.
BIN
style/fonts/Dosis/Dosis-Regular.woff
Normal file
BIN
style/fonts/Dosis/Dosis-Regular.woff
Normal file
Binary file not shown.
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Bold.woff
Normal file
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Bold.woff
Normal file
Binary file not shown.
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-ExtraLight.woff
Normal file
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-ExtraLight.woff
Normal file
Binary file not shown.
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Light.woff
Normal file
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Light.woff
Normal file
Binary file not shown.
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.woff
Normal file
BIN
style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.woff
Normal file
Binary file not shown.
30
style/fonts/fonts.css
Normal file
30
style/fonts/fonts.css
Normal file
@@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
font-family: 'Dosis';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: local('Dosis ExtraLight'), local('Dosis-ExtraLight'), url(/style/fonts/Dosis/Dosis-ExtraLight.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Dosis';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Dosis Regular'), local('Dosis-Regular'), url(/style/fonts/Dosis/Dosis-Regular.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Yanone Kaffeesatz';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: local('Yanone Kaffeesatz ExtraLight'), local('YanoneKaffeesatz-ExtraLight'), url(/style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-ExtraLight.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Yanone Kaffeesatz';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Yanone Kaffeesatz Light'), local('YanoneKaffeesatz-Light'), url(/style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Light.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Yanone Kaffeesatz';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(/style/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.woff) format('woff');
|
||||
}
|
Reference in New Issue
Block a user