Mercurial > hg > Members > atton > generated_seminar_slides
comparison slides/20140204/themes/ribbon/styles/fonts.css @ 1:11a6a7909588
auto-Update generated slides by script
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 04 Feb 2014 23:05:07 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:1b25b5d23e40 | 1:11a6a7909588 |
---|---|
1 /* PTSans */ | |
2 @font-face { | |
3 font-family:'PT Sans'; | |
4 src:local('PT Sans'), | |
5 url(../fonts/PTSans.woff) format('woff'), | |
6 url(../fonts/PTSans.ttf) format('truetype'), | |
7 url(../fonts/PTSans.svg#PTSans-Regular) format('svg'); | |
8 } | |
9 @font-face { | |
10 font-weight:bold; | |
11 font-family:'PT Sans'; | |
12 src:local('PT Sans Bold'), | |
13 url(../fonts/PTSans.Bold.woff) format('woff'), | |
14 url(../fonts/PTSans.Bold.ttf) format('truetype'), | |
15 url(../fonts/PTSans.Bold.svg#PTSans-Bold) format('svg'); | |
16 } | |
17 @font-face { | |
18 font-style:italic; | |
19 font-family:'PT Sans'; | |
20 src:local('PT Sans Italic'), | |
21 url(../fonts/PTSans.Italic.woff) format('woff'), | |
22 url(../fonts/PTSans.Italic.ttf) format('truetype'), | |
23 url(../fonts/PTSans.Italic.svg#PTSans-Italic) format('svg'); | |
24 } | |
25 @font-face { | |
26 font-style:italic; | |
27 font-weight:bold; | |
28 font-family:'PT Sans'; | |
29 src:local('PT Sans Bold Italic'), | |
30 url(../fonts/PTSans.Bold.Italic.woff) format('woff'), | |
31 url(../fonts/PTSans.Bold.Italic.ttf) format('truetype'), | |
32 url(../fonts/PTSans.Bold.Italic.svg#PTSans-BoldItalic) format('svg'); | |
33 } | |
34 @font-face { | |
35 font-family:'PT Sans Narrow'; | |
36 src:local('PT Sans Narrow'), | |
37 url(../fonts/PTSans.Narrow.woff) format('woff'), | |
38 url(../fonts/PTSans.Narrow.ttf) format('truetype'), | |
39 url(../fonts/PTSans.Narrow.svg#PTSans-Narrow) format('svg'); | |
40 } | |
41 @font-face { | |
42 font-family:'PT Sans Narrow'; | |
43 font-weight:bold; | |
44 src:local('PT Sans Narrow Bold'), | |
45 url(../fonts/PTSans.Narrow.Bold.woff) format('woff'), | |
46 url(../fonts/PTSans.Narrow.Bold.ttf) format('truetype'), | |
47 url(../fonts/PTSans.Narrow.Bold.svg#PTSans-NarrowBold) format('svg'); | |
48 } | |
49 | |
50 /* Droid Sans Mono */ | |
51 @font-face { | |
52 font-family:'Droid Sans Mono'; | |
53 src:local('Droid Sans Mono'), | |
54 url(../fonts/DroidSansMono.ttf) format('truetype'), | |
55 url(../fonts/DroidSansMono.svg#DroidSansMono) format('svg'); | |
56 } | |
57 | |
58 /* Linker */ | |
59 @font-face { | |
60 font-family:'Target Blank'; | |
61 src:url(../fonts/TargetBlank.otf) format('opentype'), | |
62 url(../fonts/TargetBlank.svg#TargetBlank) format('svg'); | |
63 } |