mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 19:25:03 -05:00
45 lines
1.2 KiB
SCSS
Executable File
45 lines
1.2 KiB
SCSS
Executable File
// PT Sans fonts
|
|
// -------------------------
|
|
|
|
@font-face {
|
|
font-family: 'PT Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('PT Sans'), local('PTSans-Regular'), url('../font/pt-sans.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'PT Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('PT Sans Bold'), local('PTSans-Bold'), url('../font/pt-sans-bold.woff') format('woff');
|
|
}
|
|
|
|
// Mensch fonts
|
|
// -------------------------
|
|
|
|
@font-face {
|
|
font-family: 'Mensch';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Mensch'), local('Mensch-Regular'), url('../font/mensch.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Mensch Thin';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('Mensch Thin'), local('Mensch-Thin'), url('../font/mensch-thin.ttf') format('truetype');
|
|
}
|
|
|
|
// Icon fonts
|
|
// -------------------------
|
|
|
|
@font-face {
|
|
font-family: 'icons';
|
|
src:url('../font/icons.eot');
|
|
src:url('../font/icons.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/icons.woff') format('woff'),
|
|
url('../font/icons.ttf') format('truetype'),
|
|
url('../font/icons.svg#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |