$ cnpm install @platform/ui.text
Display text and simple text input
components.
yarn add @platform/ui.text
There are a variety of ways to embed references to the web-fonts:
css.head.importStylesheet(ROBOTO.GOOGLE.URL)
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap' rel='stylesheet' />
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap');
css.head.importStylesheet(MONOSPACE.GOOGLE.URL)
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap')
Copyright 2014 - 2017 © taobao.org |