-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_web: Get icon fonts via Google Fonts URL
Bug: 332587834 Change-Id: Ie2157073fd68e77ad8b5211265e6ee754a204c48 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/212871 Lint: Lint 🤖 <[email protected]> Commit-Queue: Luis Flores <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Reviewed-by: Amy Hu <[email protected]>
- Loading branch information
Luis Flores
authored and
CQ Bot Account
committed
Jun 5, 2024
1 parent
f63576c
commit 04b802b
Showing
4 changed files
with
17 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,7 @@ | |
|
||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex&family=Roboto+Mono:wght@400;500&display=block'); | ||
|
||
@font-face { | ||
font-family: 'Material Symbols Rounded'; | ||
font-style: normal; | ||
font-display: block; | ||
src: url('./pw_web/log-viewer/src/assets/material_symbols_rounded_subset.woff2') format('woff2'), | ||
url('./assets/material_symbols_rounded_subset.woff2') format('woff2'); | ||
} | ||
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&text=%EE%97%9B%EF%97%8F%EE%A1%A8%EE%A2%88%EE%97%8D%EE%85%AC%EF%82%90%EE%97%93%EE%97%94%EE%86%A2%EF%99%B6%EF%99%B4%EE%A3%AC%EF%82%83%EE%89%9B&display=block'); | ||
|
||
:root { | ||
background-color: #fff; | ||
|