Revize daab3dc2
Přidáno uživatelem Marek Zábran před téměř 5 roky(ů)
resources/sass/_variables.scss | ||
---|---|---|
7 | 7 |
$line-height-base: 1.6; |
8 | 8 |
|
9 | 9 |
// Design fonts |
10 |
$font-family-avenir-roman: Avenir Roman; |
|
11 |
$font-family-avenir-medium: Avenir Medium; |
|
12 |
$font-family-avenir-black: Avenir Black; |
|
10 |
//$font-family-avenir-roman: Avenir Roman; |
|
11 |
//$font-family-avenir-medium: Avenir Medium; |
|
12 |
//$font-family-avenir-black: Avenir Black; |
|
13 |
$font-family-nunito-roman: Nunito Roman; |
|
14 |
$font-family-nunito-medium: Nunito Medium; |
|
15 |
$font-family-nunito-black: Nunito Black; |
|
13 | 16 |
|
14 | 17 |
// Theme fonts |
15 |
$font-family-style-one: $font-family-avenir-roman;
|
|
16 |
$font-family-style-two: $font-family-avenir-medium;
|
|
17 |
$font-family-style-three: $font-family-avenir-black;
|
|
18 |
$font-family-style-one: $font-family-nunito-roman;
|
|
19 |
$font-family-style-two: $font-family-nunito-medium;
|
|
20 |
$font-family-style-three: $font-family-nunito-black;
|
|
18 | 21 |
|
19 | 22 |
// Colors |
20 | 23 |
$blue: #3490dc; |
resources/sass/app.scss | ||
---|---|---|
1 | 1 |
// Fonts |
2 |
//@import url('https://fonts.googleapis.com/css?family=Nunito'); |
|
3 |
@import url('https://db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir+Medium'); |
|
4 |
@import url('https://db.onlinewebfonts.com/c/275de2221d9f0c4c9257d17f5a1e4006?family=Avenir+Black'); |
|
5 |
@import url('https://db.onlinewebfonts.com/c/1a045963159927274c92b0444fb83c17?family=Avenir'); |
|
2 |
@import url('https://fonts.googleapis.com/css?family=Nunito');//Roman |
|
3 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');//Medium |
|
4 |
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap');//Black |
|
5 |
//@import url('https://db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir+Medium'); |
|
6 |
//@import url('https://db.onlinewebfonts.com/c/275de2221d9f0c4c9257d17f5a1e4006?family=Avenir+Black'); |
|
7 |
//@import url('https://db.onlinewebfonts.com/c/1a045963159927274c92b0444fb83c17?family=Avenir'); |
|
6 | 8 |
|
7 | 9 |
// Variables |
8 | 10 |
@import 'variables'; |
Také k dispozici: Unified diff
Issue #7952 @1.75h - NEDOKONČENÉ!
Snaha o přechod z Aveniru na Nunito, která se zasekla na nemožnosti uložit font-family s různou váhou (jediné, co je odlišuje).
Správné váhy:
Roman: 400
Medium: 600
Black: 900