Skip to content

Commit 217b4d0

Browse files
committed
Added shared directory and fonts for new style. Pointing to new fonts from css3-page-template
1 parent fb217b0 commit 217b4d0

26 files changed

Lines changed: 907 additions & 6 deletions

css3-page-template/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/* The fonts are not applied if only loaded from the alternate stylesheet */
1717

1818
/* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
19-
@import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
20-
@import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
19+
@import url(../shared/fonts/Droid-Serif-fontfacekit/stylesheet.css);
20+
@import url(../shared/fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
2121

2222
body {
2323
counter-reset: issue;
@@ -240,11 +240,11 @@
240240

241241
<h1>CSS Pagination Templates Module Level 3</h1>
242242

243-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2012</h2>
243+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 April 2012</h2>
244244

245245
<dl>
246246
<dt>This version:
247-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-page-template-20120405/">http://www.w3.org/TR/2012/ED-css3-page-template-20120405/</a>-->
247+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-page-template-20120413/">http://www.w3.org/TR/2012/ED-css3-page-template-20120413/</a>-->
248248

249249

250250
<dd><a

css3-page-template/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/* The fonts are not applied if only loaded from the alternate stylesheet */
1616

1717
/* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
18-
@import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
19-
@import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
18+
@import url(../shared/fonts/Droid-Serif-fontfacekit/stylesheet.css);
19+
@import url(../shared/fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
2020

2121
body {
2222
counter-reset: issue;
Binary file not shown.

shared/fonts/Droid-Sans-Mono-fontfacekit/DroidSansMono-webfont.svg

Lines changed: 149 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright (C) 2008 The Android Open Source Project
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
14+
15+
##########
16+
17+
This directory contains the fonts for the platform. They are licensed
18+
under the Apache 2 license.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 28, 2011 11:06:34 AM America/New_York */
2+
3+
4+
5+
@font-face {
6+
font-family: 'DroidSansMonoRegular';
7+
src: url('DroidSansMono-webfont.eot');
8+
src: url('DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'),
9+
url('DroidSansMono-webfont.woff') format('woff'),
10+
url('DroidSansMono-webfont.ttf') format('truetype'),
11+
url('DroidSansMono-webfont.svg#DroidSansMonoRegular') format('svg');
12+
font-weight: normal;
13+
font-style: normal;
14+
15+
}
16+
41.6 KB
Binary file not shown.

shared/fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.svg

Lines changed: 150 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)