Change docs preferred monospace font to Inconsolata
PiperOrigin-RevId: 521425957 Change-Id: Ie3014b924fbf711ce643f1e555aa723b85383023
This commit is contained in:
committed by
Copybara-Service
parent
4ce00f7e2d
commit
ebb150fa3d
@@ -1,4 +1,10 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@110,500&display=swap');
|
||||
|
||||
/* Font used for ``inline code``, should match body sans-serif. */
|
||||
code {
|
||||
font-family: 'DM Mono', monospace;
|
||||
}
|
||||
|
||||
/* Disable scroll on anchor. */
|
||||
html {
|
||||
|
||||
Reference in New Issue
Block a user