Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: samples/pop_pop_win/example/fonts/fonts.css

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 @font-face { 1 @font-face {
2 font-family: 'Josefin Sans'; 2 font-family: 'Josefin Sans';
3 font-style: normal; 3 font-style: normal;
4 font-weight: 700; 4 font-weight: 700;
5 src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(JosefinSans_bo ld.woff) format('woff'); 5 src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(JosefinSans_bo ld.woff) format('woff');
6 } 6 }
7 @font-face { 7 @font-face {
8 font-family: 'Josefin Sans'; 8 font-family: 'Josefin Sans';
9 font-style: normal; 9 font-style: normal;
10 font-weight: 400; 10 font-weight: 400;
11 src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans_normal.woff) format('woff'); 11 src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans_normal.woff) format('woff');
12 } 12 }
13 @font-face { 13 @font-face {
14 font-family: 'Slackey'; 14 font-family: 'Slackey';
15 font-style: normal; 15 font-style: normal;
16 font-weight: 400; 16 font-weight: 400;
17 src: local('Slackey'), url(Slackey_normal.woff) format('woff'); 17 src: local('Slackey'), url(Slackey_normal.woff) format('woff');
18 } 18 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/example/fonts/Slackey_normal.woff ('k') | samples/pop_pop_win/example/game_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698