1
1
/*! Copyright jQuery Foundation and other contributors
2
2
* Includes:
3
3
* - normalize.css v1.0.1 | MIT License | git.io/normalize
4
- * - Font Awesome - http ://fortawesome.github.com/Font-Awesome - CC BY 3.0
4
+ * - Font Awesome - https ://fortawesome.github.com/Font-Awesome - CC BY 3.0
5
5
*/
6
6
7
7
/* ==========================================================================
@@ -111,12 +111,16 @@ body {
111
111
padding : 0.2em 0 ;
112
112
}
113
113
114
+ /* ==========================================================================
115
+ FontAwesome (https://fortawesome.github.com/Font-Awesome)
116
+ .ttf and .woff files were included in the FontAwesome download.
117
+ .woff2 file created with https://github.com/nfroidure/ttf2woff2
118
+ ========================================================================== */
119
+
114
120
@font-face {
115
- font-family : 'FontAwesome' ;
116
- src : url ('fonts/fontawesome-webfont.eot?v=3.0.2' );
117
- src : url ('fonts/fontawesome-webfont.eot?#iefix&v=3.0.2' ) format ('embedded-opentype' ),
118
- url ('fonts/fontawesome-webfont.woff?v=3.0.2' ) format ('woff' ),
119
- url ('fonts/fontawesome-webfont.ttf?v=3.0.2' ) format ('truetype' );
121
+ font-family : "FontAwesome" ;
122
+ src : url ("fonts/FontAwesome/fontawesome-webfont.woff2" ) format ("woff2" ),
123
+ url ("fonts/FontAwesome/fontawesome-webfont.woff" ) format ("woff" );
120
124
font-weight : normal;
121
125
font-style : normal;
122
126
}
184
188
185
189
h1 , h2 , h3 , h4 , h5 , h6 {
186
190
font-weight : 700 ;
187
- font-family : "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif !important ;
191
+ font-family : Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif !important ;
188
192
}
189
193
/*
190
194
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
@@ -676,14 +680,35 @@ table {
676
680
}
677
681
678
682
# content th {
679
- font-family : "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
683
+ font-family : Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
680
684
}
681
685
682
686
# content th ,
683
687
# content td {
684
688
padding : .5em ;
685
689
}
686
690
691
+ /* ==========================================================================
692
+ Cairo Font (https://github.com/Gue3bara/Cairo)
693
+ .ttf files downloaded from Google Fonts, but only used for conversion.
694
+ .woff files created with https://github.com/odemiral/woff2sfnt-sfnt2woff
695
+ .woff2 files created with https://github.com/nfroidure/ttf2woff2
696
+ ========================================================================== */
697
+
698
+ @font-face {
699
+ font-family : Cairo;
700
+ src : url ("fonts/Cairo/Cairo-Regular.woff2" ) format ("woff2" ),
701
+ url ("fonts/Cairo/Cairo-Regular.woff" ) format ("woff" );
702
+ font-weight : normal;
703
+ }
704
+
705
+ @font-face {
706
+ font-family : Cairo;
707
+ src : url ("fonts/Cairo/Cairo-Bold.woff2" ) format ("woff2" ),
708
+ url ("fonts/Cairo/Cairo-Bold.woff" ) format ("woff" );
709
+ font-weight : 700 ;
710
+ }
711
+
687
712
/* ==========================================================================
688
713
Font Awesome
689
714
========================================================================== */
@@ -1624,14 +1649,14 @@ nav#main ul {
1624
1649
1625
1650
nav # main li {
1626
1651
float : left;
1627
- font : normal normal 16px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1652
+ font : normal 700 16px Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1628
1653
margin-right : 2px ;
1629
1654
}
1630
1655
1631
1656
nav # main li a {
1632
1657
color : # fff ;
1633
1658
text-decoration : none;
1634
- padding : 6 px 10px ;
1659
+ padding : 2 px 10px ;
1635
1660
display : block;
1636
1661
border : 1px solid transparent;
1637
1662
text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0.76 );
@@ -1824,7 +1849,7 @@ pre b {
1824
1849
height : 19px ;
1825
1850
width : 19px ;
1826
1851
padding-top : 0 ;
1827
- font : bold 11 px/19px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1852
+ font : bold 11 px/19px Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1828
1853
border-radius : 12px ;
1829
1854
}
1830
1855
@@ -1907,7 +1932,7 @@ pre b {
1907
1932
1908
1933
# content figcaption {
1909
1934
box-shadow : 0 0 5px 1px rgba (0 , 0 , 0 , 0.20 );
1910
- font : italic 700 12 px/20px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1935
+ font : italic 700 12 px/20px Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1911
1936
padding : 10px 5px ;
1912
1937
color : # 737272 ;
1913
1938
clear : both;
@@ -1979,7 +2004,7 @@ pre b {
1979
2004
1980
2005
p .author {
1981
2006
color : # ababab ;
1982
- font-family : "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2007
+ font-family : Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1983
2008
font-weight : 700 ;
1984
2009
margin-top : -20px ;
1985
2010
}
@@ -1993,7 +2018,7 @@ p.author a {
1993
2018
padding-bottom : .5% ;
1994
2019
margin-bottom : 20px ;
1995
2020
font-weight : 700 ;
1996
- font-family : "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2021
+ font-family : Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
1997
2022
color : # 666 ;
1998
2023
background : url(../ images-foundation/gauze.png) # f0f0f0 ;
1999
2024
text-shadow : 0 1px 0 # ffffff ;
@@ -2016,15 +2041,15 @@ p.author a {
2016
2041
}
2017
2042
2018
2043
# banner-large-image h1 , # banner-large-image h2 {
2019
- font : bold 60 px/60px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2044
+ font : bold 60 px/60px Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2020
2045
margin-bottom : 0 ;
2021
2046
color : # fff ;
2022
2047
text-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.85 );
2023
2048
}
2024
2049
2025
2050
# banner-large-image p {
2026
2051
color : # cccccc ;
2027
- font : 700 normal 24 px/36px "klavika-web" , "Helvetica Neue" , sans-serif;
2052
+ font : 700 normal 24 px/36px Cairo , "Helvetica Neue" , sans-serif;
2028
2053
}
2029
2054
2030
2055
# banner-secondary {
@@ -2121,7 +2146,7 @@ input[type="submit"] {
2121
2146
color : # fff !important ;
2122
2147
text-shadow : 0 -1px 1px rgba (0 , 0 , 0 , 0.35 );
2123
2148
padding : 8px 15px ;
2124
- font : bold 16 px/16px "klavika-web" , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2149
+ font : bold 16 px/16px Cairo , "Helvetica Neue" , Helvetica, Arial, Geneva, sans-serif;
2125
2150
transition : all 0.2s ;
2126
2151
background-color : # d18f4f ;
2127
2152
float : left;
@@ -2508,7 +2533,6 @@ footer .books li a cite {
2508
2533
text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 0.5 );
2509
2534
letter-spacing : 0 ;
2510
2535
border-radius : 5px 5px 0 0 ;
2511
- font-weight : normal;
2512
2536
margin-bottom : 0 ;
2513
2537
overflow : hidden;
2514
2538
}
0 commit comments