This repository was archived by the owner on Dec 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_typography.styl
More file actions
45 lines (37 loc) · 1.2 KB
/
_typography.styl
File metadata and controls
45 lines (37 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
Variables
*/
blue = #125688
offwhite = #fafafa
lightgrey = #EDEEED
lightgray = lightgrey // OH Canada!
html
font-size 10px
font-family sans-serif
p
font-size 1.6rem
line-height 1.5
h1
font-family billabong, 'billabongregular'
text-align center
font-weight 100
font-size 13rem
margin 2rem 0
letter-spacing -1px
text-shadow 0px 4px 0 rgba(18, 86, 136, 0.11)
a
color blue
text-decoration none
&:focus
outline 0
// "Instagram-like" webfont
@font-face {
font-family: 'billabongregular';
src: url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot');
src: url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.eot?#iefix') format('embedded-opentype'),
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.woff') format('woff'),
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.ttf') format('truetype'),
url('https://cdn.rawgit.com/milktronics/beaglegr.am/master/public/fonts/billabong-webfont.svg#billabongregular') format('svg');
font-weight: normal;
font-style: normal;
}