pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
fonts.less
(944B)
1 /********************************************
2 * Fonts by tags and important classes
3 ********************************************/
4
5 p {
6 font-family: @font-family-serif;
7 font-size: @font-size-base + 2;
8 }
9
10 .jumbotron {
11 * {
12 font-family: @font-family-sans-serif !important;
13 }
14
15 .fa, .fa *, .fa-stack, .fa-stack * {
16 font-family: 'FontAwesome' !important;
17 }
18
19 button {
20 @media(min-width: @screen-xs-min) {
21 .btn-lg();
22 }
23 }
24
25 .jumbo {
26 font-size: @jumbotron-font-size;
27
28 &.bold { font-weight: 400; }
29
30 @media(max-width: @screen-xxs-max) {
31 font-size: @jumbotron-font-size / 1.45;
32 }
33 }
34
35 @media(max-width: @screen-md-max) {
36 h1 { font-size: 53px; }
37 }
38
39 @media(max-width: @screen-sm-max) {
40 h1 { font-size: 45px; }
41 }
42
43 @media(max-width: @screen-sm-max) {
44 h1 { font-size: 35px; }
45 }
46
47 @media(max-width: @screen-xxs-max) {
48 h1 { font-size: 25px; }
49 }
50 }