-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
* Remove fonts in deprecated themes * Add reference to Alegreya Sans Bold Italic
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,46 @@ | ||
// 'Alegreya Sans', @import 'AlegreyaSansFont' | ||
|
||
//ALEGREYA SANS | ||
//SANS-SERIF | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Bold.ttf') format('truetype'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Italic.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Light.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-LightItalic.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: italic; | ||
} | ||
// 'Alegreya Sans', @import 'AlegreyaSansFont' | ||
|
||
//ALEGREYA SANS | ||
//SANS-SERIF | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Bold.ttf') format('truetype'); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-BoldItalic.ttf') format('truetype'); | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Italic.ttf') format('truetype'); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-Light.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Alegreya Sans'; | ||
src: url('fonts/AlegreyaSans-LightItalic.ttf') format('truetype'); | ||
font-weight: 300; | ||
font-style: italic; | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.