bmstu-mt-wp/styles/fonts.css

36 lines
1015 B
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 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
}