mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Adding woff version of google fonts in splash
This commit is contained in:
parent
a513307ff3
commit
49ba347e0c
11 changed files with 68 additions and 3 deletions
BIN
app/assets/stylesheets/fonts/Coustard-Black.woff
Normal file
BIN
app/assets/stylesheets/fonts/Coustard-Black.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Coustard.woff
Normal file
BIN
app/assets/stylesheets/fonts/Coustard.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Lato-Bold.woff
Normal file
BIN
app/assets/stylesheets/fonts/Lato-Bold.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Lato-Italic.woff
Normal file
BIN
app/assets/stylesheets/fonts/Lato-Italic.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Lato-Light.woff
Normal file
BIN
app/assets/stylesheets/fonts/Lato-Light.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Lato-LightItalic.woff
Normal file
BIN
app/assets/stylesheets/fonts/Lato-LightItalic.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Lato-Regular.woff
Normal file
BIN
app/assets/stylesheets/fonts/Lato-Regular.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Raleway-Bold.woff
Normal file
BIN
app/assets/stylesheets/fonts/Raleway-Bold.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Raleway-Light.woff
Normal file
BIN
app/assets/stylesheets/fonts/Raleway-Light.woff
Normal file
Binary file not shown.
BIN
app/assets/stylesheets/fonts/Raleway.woff
Normal file
BIN
app/assets/stylesheets/fonts/Raleway.woff
Normal file
Binary file not shown.
|
|
@ -1,6 +1,71 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic);
|
||||
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
|
||||
@import url(http://fonts.googleapis.com/css?family=Coustard:400,900);
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Lato Light'), local('Lato-Light'), url("fonts/Lato-Light.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Lato Regular'), local('Lato-Regular'), url("fonts/Lato-Regular.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Lato Bold'), local('Lato-Bold'), url("fonts/Lato-Bold.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local('Lato Light Italic'), local('Lato-LightItalic'), url("fonts/Lato-LightItalic.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Lato Italic'), local('Lato-Italic'), url("fonts/Lato-Italic.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Raleway Light'), local('Raleway-Light'), url("fonts/Raleway-Light.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Raleway'), url("fonts/Raleway.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Raleway Bold'), local('Raleway-Bold'), url("fonts/Raleway-Bold.woff") format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Coustard';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Coustard'), url("fonts/Coustard.woff") format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Coustard';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local('Coustard-Black'), url("fonts/Coustard-Black.woff") format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue