mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Dev: use Google hosts Raleway font for standalone Editor
This commit is contained in:
parent
bc256721ce
commit
a0d6150c76
@ -1 +1 @@
|
||||
be62e9d32fc37691a8be14b268f4f05d2628f87d
|
||||
a7f0cfe15b9aff587840ba55bda3dcb61a7b5100
|
||||
|
@ -1,18 +1,8 @@
|
||||
|
||||
@font-face {
|
||||
/* RaleWay Thin from - https://www.theleagueofmoveabletype.com, Font Squirrel for Web Font creation with "Adjust Glyph Spacing" -50 */
|
||||
font-family: 'ralewaythin';
|
||||
src: url('font/raleway_thin-webfont.eot');
|
||||
src: url('font/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('font/raleway_thin-webfont.woff') format('woff'),
|
||||
url('font/raleway_thin-webfont.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@import url(http://fonts.googleapis.com/css?family=Raleway:100);
|
||||
|
||||
body {
|
||||
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
|
||||
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
@ -26,7 +16,7 @@ div.container {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'ralewaythin', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
font-weight: 100;
|
||||
letter-spacing: 1px;
|
||||
font-size: 3em;
|
||||
|
Loading…
Reference in New Issue
Block a user