diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 15:33:39 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 15:33:39 +0200 |
| commit | 9483b2c1097c224b269d68fb009179b89b126dac (patch) | |
| tree | be16d3d2bd8d11dd790e2ddbd0e009f1eff2dc3e /res/css/partials/typography.scss | |
| parent | 5e8629bc2ced01425063b2c51db829770556174a (diff) | |
Added top-bar + removed deprecated elements and classes
Diffstat (limited to 'res/css/partials/typography.scss')
| -rw-r--r-- | res/css/partials/typography.scss | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/res/css/partials/typography.scss b/res/css/partials/typography.scss deleted file mode 100644 index 817770cb..00000000 --- a/res/css/partials/typography.scss +++ /dev/null @@ -1,30 +0,0 @@ -//Font size -$h1-size: 30px; -$h2-size: 24px; -$h3-size: 18px; -$h4-size: 14px; -$h5-size: 12px; - -//Font weights -$light: 100; -$regular: 400; -$bold: 600; - -// Base font -$base-font-family: 'Source Sans Pro', sans-serif; -$base-font-weight: $regular; -$base-font-size: 13px; -$base-line-height: 1.4; - -// Fixed Font -$fixed-font-family: monospace; -$fixed-font-size: 85%; -$fixed-line-height: $base-line-height; - -// Headings -$header-font-weight: $bold; - -@font-face { - font-family: 'MyWebFont'; - src: url(../../font/SourceSansPro-Regular.ttf) format('ttf'); -}
\ No newline at end of file |
