mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Examples: Use Raleway thin font when Helvetical Neue Ultra Light isn't
available for the h1 example header - Raleway thin is an open source font from https://www.theleagueofmoveabletype.com
This commit is contained in:
parent
246eb55849
commit
8f630f46ed
@ -1 +1 @@
|
||||
ce654ae14a69dd8a6eb569bec36ebc1de4811810
|
||||
d0ad32950d732840d44e9d646b50cefaee5d4ab9
|
||||
|
@ -1,4 +1,15 @@
|
||||
|
||||
@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;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
|
||||
@ -15,7 +26,7 @@ div.container {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'ralewaythin', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
font-weight: 100;
|
||||
letter-spacing: 1px;
|
||||
font-size: 3em;
|
||||
|
Loading…
Reference in New Issue
Block a user