summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/pwa/static/font/import.css
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-02 14:32:52 -0300
committerSebastian <sebasjm@gmail.com>2023-06-02 14:32:52 -0300
commit81dd559c77908b7805690aa7fa1de54ce3a45580 (patch)
tree84d66deec9cca79e3f44d5b68219f4e928dc5a2a /packages/taler-wallet-webextension/src/pwa/static/font/import.css
parent1961f4744ca0db4666a2df4335c768ed86fc4e2f (diff)
downloadwallet-core-81dd559c77908b7805690aa7fa1de54ce3a45580.tar.gz
wallet-core-81dd559c77908b7805690aa7fa1de54ce3a45580.tar.bz2
wallet-core-81dd559c77908b7805690aa7fa1de54ce3a45580.zip
pretty and suspend/resume option
Diffstat (limited to 'packages/taler-wallet-webextension/src/pwa/static/font/import.css')
-rw-r--r--packages/taler-wallet-webextension/src/pwa/static/font/import.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/taler-wallet-webextension/src/pwa/static/font/import.css b/packages/taler-wallet-webextension/src/pwa/static/font/import.css
index 05edddb51..d726ebc5a 100644
--- a/packages/taler-wallet-webextension/src/pwa/static/font/import.css
+++ b/packages/taler-wallet-webextension/src/pwa/static/font/import.css
@@ -1,35 +1,35 @@
@font-face {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-style: italic;
font-weight: 400;
font-display: swap;
- src: url(/static/font/roboto-italic-400.ttf) format('truetype');
+ src: url(/static/font/roboto-italic-400.ttf) format("truetype");
}
@font-face {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-style: normal;
font-weight: 300;
font-display: swap;
- src: url(/static/font/roboto-normal-300.ttf) format('truetype');
+ src: url(/static/font/roboto-normal-300.ttf) format("truetype");
}
@font-face {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
- src: url(/static/font/roboto-normal-400.ttf) format('truetype');
+ src: url(/static/font/roboto-normal-400.ttf) format("truetype");
}
@font-face {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-display: swap;
- src: url(/static/font/roboto-normal-500.ttf) format('truetype');
+ src: url(/static/font/roboto-normal-500.ttf) format("truetype");
}
@font-face {
- font-family: 'Roboto';
+ font-family: "Roboto";
font-style: normal;
font-weight: 700;
font-display: swap;
- src: url(/static/font/roboto-normal-700.ttf) format('truetype');
+ src: url(/static/font/roboto-normal-700.ttf) format("truetype");
}