|
| 1 | +@font-face { |
| 2 | + font-family: 'SB Sans Text'; |
| 3 | + src: url('fonts/SBSansText/SBSansText-Light.woff2') format('woff2'), |
| 4 | + url('fonts/SBSansText/SBSansText-Light.woff') format('woff'); |
| 5 | + font-weight: 300; |
| 6 | + font-style: normal; |
| 7 | +} |
| 8 | + |
| 9 | +@font-face { |
| 10 | + font-family: 'SB Sans Text'; |
| 11 | + src: url('fonts/SBSansText/SBSansText-Italic.woff2') format('woff2'), |
| 12 | + url('fonts/SBSansText/SBSansText-Italic.woff') format('woff'); |
| 13 | + font-weight: normal; |
| 14 | + font-style: italic; |
| 15 | +} |
| 16 | + |
| 17 | +@font-face { |
| 18 | + font-family: 'SB Sans Text'; |
| 19 | + src: url('fonts/SBSansText/SBSansText-SemiboldItalic.woff2') format('woff2'), |
| 20 | + url('fonts/SBSansText/SBSansText-SemiboldItalic.woff') format('woff'); |
| 21 | + font-weight: 600; |
| 22 | + font-style: italic; |
| 23 | +} |
| 24 | + |
| 25 | +@font-face { |
| 26 | + font-family: 'SB Sans Text'; |
| 27 | + src: url('fonts/SBSansText/SBSansText-Thin.woff2') format('woff2'), |
| 28 | + url('fonts/SBSansText/SBSansText-Thin.woff') format('woff'); |
| 29 | + font-weight: 100; |
| 30 | + font-style: normal; |
| 31 | +} |
| 32 | + |
| 33 | +@font-face { |
| 34 | + font-family: 'SB Sans Text'; |
| 35 | + src: url('fonts/SBSansText/SBSansText-Regular.woff2') format('woff2'), |
| 36 | + url('fonts/SBSansText/SBSansText-Regular.woff') format('woff'); |
| 37 | + font-weight: normal; |
| 38 | + font-style: normal; |
| 39 | +} |
| 40 | + |
| 41 | +@font-face { |
| 42 | + font-family: 'SB Sans Text'; |
| 43 | + src: url('fonts/SBSansText/SBSansText-Semibold.woff2') format('woff2'), |
| 44 | + url('fonts/SBSansText/SBSansText-Semibold.woff') format('woff'); |
| 45 | + font-weight: 600; |
| 46 | + font-style: normal; |
| 47 | +} |
| 48 | + |
| 49 | +@font-face { |
| 50 | + font-family: 'SB Sans Text'; |
| 51 | + src: url('fonts/SBSansText/SBSansText-LightItalic.woff2') format('woff2'), |
| 52 | + url('fonts/SBSansText/SBSansText-LightItalic.woff') format('woff'); |
| 53 | + font-weight: 300; |
| 54 | + font-style: italic; |
| 55 | +} |
| 56 | + |
| 57 | +@font-face { |
| 58 | + font-family: 'SB Sans Text'; |
| 59 | + src: url('fonts/SBSansText/SBSansText-Heavy.woff2') format('woff2'), |
| 60 | + url('fonts/SBSansText/SBSansText-Heavy.woff') format('woff'); |
| 61 | + font-weight: 900; |
| 62 | + font-style: normal; |
| 63 | +} |
| 64 | + |
| 65 | +@font-face { |
| 66 | + font-family: 'SB Sans Text'; |
| 67 | + src: url('fonts/SBSansText/SBSansText-Bold.woff2') format('woff2'), |
| 68 | + url('fonts/SBSansText/SBSansText-Bold.woff') format('woff'); |
| 69 | + font-weight: bold; |
| 70 | + font-style: normal; |
| 71 | +} |
| 72 | + |
| 73 | +@font-face { |
| 74 | + font-family: 'SB Sans Text'; |
| 75 | + src: url('fonts/SBSansText/SBSansText-BoldItalic.woff2') format('woff2'), |
| 76 | + url('fonts/SBSansText/SBSansText-BoldItalic.woff') format('woff'); |
| 77 | + font-weight: bold; |
| 78 | + font-style: italic; |
| 79 | +} |
| 80 | + |
| 81 | +@font-face { |
| 82 | + font-family: 'SB Sans Text'; |
| 83 | + src: url('fonts/SBSansText/SBSansText-Medium.woff2') format('woff2'), |
| 84 | + url('fonts/SBSansText/SBSansText-Medium.woff') format('woff'); |
| 85 | + font-weight: 500; |
| 86 | + font-style: normal; |
| 87 | +} |
0 commit comments