mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs. * Better documentation and that special awful case. * Couple more places to remove.
14 lines
578 B
HTML
14 lines
578 B
HTML
<!-- style overrides for dartdoc -->
|
|
<style>
|
|
@import 'https://fonts.googleapis.com/css?family=Roboto:500,400italic,300,400,100i';
|
|
@import 'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round';
|
|
</style>
|
|
|
|
<link href="../assets/overrides.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round" rel="stylesheet">
|
|
<style>
|
|
/* Rule for sizing the icon. */
|
|
.md-36 { font-size: 36px; }
|
|
</style>
|