Skip to content

Commit b88b708

Browse files
authored
Update vstyles.css
1 parent c35a350 commit b88b708

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Releases/vstyles.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1+
@font-face {
2+
font-family: 'mdfont';
3+
src: url('../../fonts/segoeuithis.eot'); /* IE9 Compat Modes */
4+
src: url('../../fonts/segoeuithis.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url('../../fonts/segoeuithis.woff') format('woff'), /* Modern Browsers */
6+
url('../../fonts/segoeuithis.ttf') format('truetype'), /* Safari, Android, iOS */
7+
url('../../fonts/segoeuithis.svg#svgFontName') format('svg'); /* Legacy iOS */
8+
}
9+
@font-face {
10+
font-family: 'mdfontbold';
11+
src: url('../../fonts/segoeuithibd.eot'); /* IE9 Compat Modes */
12+
src: url('../../fonts/segoeuithibd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
13+
url('../../fonts/segoeuithibd.woff') format('woff'), /* Modern Browsers */
14+
url('../../fonts/segoeuithibd.ttf') format('truetype'), /* Safari, Android, iOS */
15+
url('../../fonts/segoeuithibd.svg#svgFontName') format('svg'); /* Legacy iOS */
16+
}
117

18+
p, a, {
19+
font-size:100%;
20+
font-family: mdfont;
21+
}
22+
h1 {
23+
font-size:200%;
24+
font-family: mdfontbold;
25+
}
26+
h2 {
27+
font-size:150%;
28+
font-family: mdfontbold;
29+
}
30+
h3 {
31+
font-size:116%;
32+
font-family: mdfontbold;
33+
}
34+
h4 {
35+
font-size:100%;
36+
font-family: mdfontbold;
37+
}
38+
h5 {
39+
font-size:83%;
40+
font-family: mdfontbold;
41+
}
42+
h6 {
43+
font-size:67%;
44+
font-family: mdfontbold;
45+
}

0 commit comments

Comments
 (0)