Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_fonts.sass « sass « assets - github.com/onweru/hugo-swift-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d5608cce27bdb99106d8bab0322a606a779097a (plain)
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
@font-face 
  font-family: 'Metropolis'
  font-style: normal
  font-weight: 400
  src: local('Metropolis Regular'), local('Metropolis-Regular'), url('#{$font-path}/Metropolis-Regular.woff2') format('woff2'), url('#{$font-path}/Metropolis-Regular.woff') format('woff')

@font-face 
  font-family: 'Metropolis'
  font-style: normal
  font-weight: 300
  src: local('Metropolis Light'), local('Metropolis-Light'), url('#{$font-path}/Metropolis-Light.woff2') format('woff2'), url('#{$font-path}/Metropolis-Light.woff') format('woff')


@font-face 
  font-family: 'Metropolis'
  font-style: normal
  font-weight: 500
  src: local('Metropolis Medium'), local('Metropolis-Medium'), url('#{$font-path}/Metropolis-Medium.woff2') format('woff2'), url('#{$font-path}/Metropolis-Medium.woff') format('woff')

@font-face 
  font-family: 'Cookie'
  font-style: normal
  font-weight: 400
  src: local('Cookie-Regular'), url('#{$font-path}/cookie-v10-latin-regular.woff2') format('woff2'), url('#{$font-path}/cookie-v10-latin-regular.woff') format('woff')

@font-face
  font-family: 'Volkhov'
  font-style: italic
  font-weight: 400
  src: local('Volkhov Italic'), local('Volkhov-Italic'), url('#{$font-path}/volkhov-v11-latin-italic.woff2') format('woff2'), url('#{$font-path}/volkhov-v11-latin-italic.woff') format('woff')

// @font-face
//   font-family: 'Volkhov'
//   font-style: italic
//   font-weight: 700
//   src: local('Volkhov Bold Italic'), local('Volkhov-BoldItalic'), url('#{$font-path}/volkhov-v11-latin-700italic.woff2') format('woff2'), url('#{$font-path}/volkhov-v11-latin-700italic.woff') format('woff')