No files found.
+74 −9
font_cache_task.rs
src/components/gfx/font_cache_task.rs
+1 −1
font_context.rs
src/components/gfx/font_context.rs
+61 −19
font_template.rs
src/components/gfx/font_template.rs
+1 −0
gfx.rs
src/components/gfx/gfx.rs
+11 −4
font_template.rs
src/components/gfx/platform/android/font_template.rs
+11 −4
font_template.rs
src/components/gfx/platform/linux/font_template.rs
+11 −7
font.rs
src/components/gfx/platform/macos/font.rs
+19 −4
font_template.rs
src/components/gfx/platform/macos/font_template.rs
+20 −1
layout_task.rs
src/components/layout/layout_task.rs
+1 −1
servo.rs
src/components/main/servo.rs
+207 −0
font_face.rs
src/components/style/font_face.rs
+3 −1
style.rs
src/components/style/style.rs
+5 −1
stylesheets.rs
src/components/style/stylesheets.rs