mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Back out "[react-native][PR] add support for native/downloadable fonts"
Summary: Original commit changeset: 67ba3148fb4b Reviewed By: cpojer Differential Revision: D15071309 fbshipit-source-id: 8ea6b40ae7cedd8aec1463373ccd219212fce0f5
This commit is contained in:
committed by
Facebook Github Bot
parent
5592744825
commit
eb40b09bfd
@@ -182,14 +182,6 @@ class TextExample extends React.Component<{}> {
|
||||
<Text style={{fontFamily: 'notoserif', fontStyle: 'italic'}}>
|
||||
NotoSerif Italic (Missing Font file)
|
||||
</Text>
|
||||
<Text style={{fontFamily: 'srisakdi'}}>Srisakdi Regular</Text>
|
||||
<Text
|
||||
style={{
|
||||
fontFamily: 'srisakdi',
|
||||
fontWeight: 'bold',
|
||||
}}>
|
||||
Srisakdi Bold
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
</RNTesterBlock>
|
||||
|
||||
Reference in New Issue
Block a user