parent
862b386c44
commit
ac6c5b0ce1
10 changed files with 37 additions and 3 deletions
@ -0,0 +1,31 @@ |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-Regular.ttf"); |
||||
} |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-Italic.ttf"); |
||||
font-style: italic; |
||||
} |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-Bold.ttf"); |
||||
font-weight: bold; |
||||
} |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-BoldItalic.ttf"); |
||||
font-weight: bold; |
||||
font-style: italic; |
||||
} |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-Light.ttf"); |
||||
font-weight: 100; |
||||
} |
||||
@font-face { |
||||
font-family: "Iosevka"; |
||||
src: url("#{$font-path}/iosevka/Iosevka-LightItalic.ttf"); |
||||
font-weight: 100; |
||||
font-style: italic; |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue