bmstu-mt-wp/styles/fonts.css

61 lines
1.8 KiB
CSS
Raw Normal View History

2010-10-30 04:16:19 +04:00
/* PTSans */
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans';
src:local('PT Sans'), url(../fonts/PTSans.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans';
2010-10-30 04:16:19 +04:00
font-weight:bold;
2010-10-30 15:06:10 +04:00
src:local('PT Sans Bold'), url(../fonts/PTSans.Bold.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans';
2010-10-30 04:16:19 +04:00
font-style:italic;
2010-10-30 15:06:10 +04:00
src:local('PT Sans Italic'), url(../fonts/PTSans.Italic.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans';
2010-10-30 04:16:19 +04:00
font-weight:bold;
font-style:italic;
2010-10-30 15:06:10 +04:00
src:local('PT Sans Bold Italic'), url(../fonts/PTSans.Bold.Italic.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans Caption';
src:local('PT Sans Caption'), url(../fonts/PTSans.Caption.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans Caption';
2010-10-30 04:16:19 +04:00
font-weight:bold;
2010-10-30 15:06:10 +04:00
src:local('PT Sans Caption Bold'), url(../fonts/PTSans.Caption.Bold.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans Narrow';
src:local('PT Sans Narrow'), url(../fonts/PTSans.Narrow.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'PT Sans Narrow';
2010-10-30 04:16:19 +04:00
font-weight:bold;
2010-10-30 15:06:10 +04:00
src:local('PT Sans Narrow Bold'), url(../fonts/PTSans.Narrow.Bold.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
2010-10-30 15:06:10 +04:00
/* DejaVu Sans Mono */
2010-10-30 04:16:19 +04:00
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'DejaVu Sans Mono';
src:local('DejaVu Sans Mono'), url(../fonts/DejaVuSansMono.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'DejaVu Sans Mono';
2010-10-30 04:16:19 +04:00
font-weight:bold;
2010-10-30 15:06:10 +04:00
src:local('DejaVu Sans Mono Bold'), url(../fonts/DejaVuSansMono.Bold.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'DejaVu Sans Mono';
2010-10-30 04:16:19 +04:00
font-style:italic;
2010-10-30 15:06:10 +04:00
src:local('DejaVu Sans Mono Oblique'), url(../fonts/DejaVuSansMono.Italic.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}
@font-face {
2010-10-30 15:06:10 +04:00
font-family:'DejaVu Sans Mono';
2010-10-30 04:16:19 +04:00
font-weight:bold;
font-style:italic;
2010-10-30 15:06:10 +04:00
src:local('DejaVu Sans Mono Bold Oblique'), url(../fonts/DejaVuSansMono.Bold.Italic.ttf) format('truetype');
2010-10-30 04:16:19 +04:00
}