angular/aio/src
George Kalpakas cb1400d28f fix(docs-infra): ensure the main font is applied to inputs (#40881)
It turns out that `<input>` and `<button>` elements do not inherit the
`font-family` style from `<body>` by default, but rather use a
user-agent defined style. This means that their font-family might be
different than the one used in the rest of the page.

This commit fixes it by ensuring `<input>` (and other) elements inherit
their `font-family` style from their parent element.

Before: ![inputs font before][1]
After: ![inputs font after][2]

(The difference in font is subtle, but it's there.)

[1]: https://user-images.githubusercontent.com/8604205/107853245-76bae980-6e1d-11eb-8318-e5f6e13876cc.png
[2]: https://user-images.githubusercontent.com/8604205/107853246-77538000-6e1d-11eb-86f2-e3e7e41158f5.png

PR Close #40881
2021-02-19 09:15:00 -08:00
..
app fix(docs-infra): merge docs with guide and start with tutorial in search-results (#40881) 2021-02-19 09:15:00 -08:00
assets feat(docs-infra): add maskable PWA icon (#39928) 2020-12-02 11:17:53 -08:00
environments build(docs-infra): add new angular.io build configuration for release-candidates (#39470) 2020-11-02 07:57:51 -08:00
extra-files docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
styles fix(docs-infra): ensure the main font is applied to inputs (#40881) 2021-02-19 09:15:00 -08:00
testing refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
404-body.html docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
google385281288605d160.html build(aio): add google webmaster tools verification file 2017-05-26 01:25:58 -07:00
index.html fix(docs-infra): switch code font from Droid Sans Mono to Roboto Mono (#40667) 2021-02-04 10:48:30 -08:00
main.ts feat(docs-infra): Convert AIO to use the new Service Worker 5.0.0. (#19795) 2018-08-27 16:30:42 -04:00
noop-worker-basic.js feat(aio): provide noop service worker file 2017-05-26 14:24:41 +01:00
polyfills.ts docs: remove IE10 references from comments in the code (#39090) 2020-10-13 15:51:49 -07:00
pwa-manifest.json feat(docs-infra): add shortcuts for the angular.io PWA (#40393) 2021-01-15 10:38:39 -08:00
test.ts test(docs-infra): remove reflect-metadata polyfill from aio tests (#27130) 2018-11-16 12:17:44 -08:00