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

Unified Diff: Source/core/css/FontFaceDescriptors.idl

Issue 1100873004: FontFace sync (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: final touches Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/FontFace.idl ('k') | Source/core/css/FontFaceSet.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceDescriptors.idl
diff --git a/Source/core/css/FontFaceDescriptors.idl b/Source/core/css/FontFaceDescriptors.idl
index ead54b30b5b49799105cc870ed7370ad0b0d8d68..c53b7b98e0969e3ffd03496d17fec5dd86d7640c 100644
--- a/Source/core/css/FontFaceDescriptors.idl
+++ b/Source/core/css/FontFaceDescriptors.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// http://dev.w3.org/csswg/css-font-loading/#dictdef-fontfacedescriptors
+
dictionary FontFaceDescriptors {
DOMString style = "normal";
DOMString weight = "normal";
« no previous file with comments | « Source/core/css/FontFace.idl ('k') | Source/core/css/FontFaceSet.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698