summaryrefslogtreecommitdiff
path: root/sw-ui/src/main/resources/css/blueprint-icons.css
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-04-06 18:55:25 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-04-06 18:55:58 +0200
commitd4d20533556928f63c8759437f67e76336bab55e (patch)
tree34e7bb151b5d21497665131b6ab8d875254e7666 /sw-ui/src/main/resources/css/blueprint-icons.css
parentRefactoring in GameScene.kt (diff)
downloadseven-wonders-d4d20533556928f63c8759437f67e76336bab55e.tar.gz
seven-wonders-d4d20533556928f63c8759437f67e76336bab55e.tar.bz2
seven-wonders-d4d20533556928f63c8759437f67e76336bab55e.zip
Delete old React/TypeScript UI
Diffstat (limited to 'sw-ui/src/main/resources/css/blueprint-icons.css')
-rw-r--r--sw-ui/src/main/resources/css/blueprint-icons.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/sw-ui/src/main/resources/css/blueprint-icons.css b/sw-ui/src/main/resources/css/blueprint-icons.css
new file mode 100644
index 00000000..6b7e06d0
--- /dev/null
+++ b/sw-ui/src/main/resources/css/blueprint-icons.css
@@ -0,0 +1,18 @@
+/*!
+
+Copyright 2017-present Palantir Technologies, Inc. All rights reserved.
+Licensed under the Apache License, Version 2.0.
+
+*/
+@font-face{
+ font-family:"Icons16";
+ font-weight:normal;
+ font-style:normal;
+ src:url("../../resources/icons/icons-16.eot?#iefix") format("embedded-opentype"), url("../../resources/icons/icons-16.woff") format("woff"), url("../../resources/icons/icons-16.ttf") format("truetype"); }
+
+@font-face{
+ font-family:"Icons20";
+ font-weight:normal;
+ font-style:normal;
+ src:url("../../resources/icons/icons-20.eot?#iefix") format("embedded-opentype"), url("../../resources/icons/icons-20.woff") format("woff"), url("../../resources/icons/icons-20.ttf") format("truetype"); }
+/*# sourceMappingURL=blueprint-icons.css.map */ \ No newline at end of file
bgstack15