Compare commits
8 Commits
2c44584c81
...
2c254b1a3e
Author | SHA1 | Date | |
---|---|---|---|
2c254b1a3e | |||
74215ba317 | |||
f9b31ef296 | |||
f50d0203e5 | |||
7359f4c00d | |||
a83b61c264 | |||
a6849c201a | |||
6fa1c5ca95 |
@ -1,25 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SHORT_HASH=$(git rev-parse --short HEAD)
|
||||
sed -i "/^GIT_HASH=\".*\"/ s//GIT_HASH=\"${SHORT_HASH}\"/" .env
|
||||
|
||||
DIRTY_STATE=$(git diff --stat)
|
||||
if [ -n "$DIRTY_STATE" ]; then
|
||||
sed -i "/^GIT_DIRTY_STATE=.*/ s//GIT_DIRTY_STATE=true/" .env
|
||||
else
|
||||
sed -i "/^GIT_DIRTY_STATE=.*/ s//GIT_DIRTY_STATE=false/" .env
|
||||
fi
|
||||
|
||||
GIT_TAG=$(git tag --points-at HEAD)
|
||||
if [ -n "$GIT_TAG" ]; then
|
||||
sed -i "/^GIT_TAG=\".*\"/ s//GIT_TAG=\"${GIT_TAG}\"/" .env
|
||||
else
|
||||
sed -i "/^GIT_TAG=\".*\"/ s//GIT_TAG=\"\"/" .env
|
||||
fi
|
||||
|
||||
GIT_BRANCH=$(git branch --show-current)
|
||||
if [ -n "$GIT_BRANCH" ]; then
|
||||
sed -i "/^GIT_BRANCH=\".*\"/ s//GIT_BRANCH=\"${GIT_BRANCH}\"/" .env
|
||||
else
|
||||
sed -i "/^GIT_BRANCH=\".*\"/ s//GIT_BRANCH=\"\"/" .env
|
||||
fi
|
@ -23,6 +23,7 @@
|
||||
"grimzy/laravel-mysql-spatial": "", // Adds Geo-spatial column support for MySQL
|
||||
"irazasyed/telegram-bot-sdk": "", // unofficial Telegram Bot API/SDK
|
||||
"torann/geoip": "", // support for multiple GeoIP services
|
||||
"coderjerk/nasa-php": "", // NASA API integrations
|
||||
|
||||
// Media (image/video/audio) Management
|
||||
"intervention/image": "", // image manipulation
|
||||
@ -49,6 +50,7 @@
|
||||
"kitloong/laravel-migrations-generator": "", // create migrations based on your existing database
|
||||
"spatie/laravel-sitemap": "", // generate site maps
|
||||
"artesaos/seotools": "", // automatic SEO tools
|
||||
"eumanito/php-capitalize-names": "", // Capitalize names with funky rules
|
||||
|
||||
// Others/uncategorized
|
||||
"appstract/laravel-opcache": "", // provides artisan commands to interact with opcache (not sure if site-specific)
|
||||
|
BIN
src/public/fonts/Lato/Lato-Bold.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-Bold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Lato/Lato-BoldItalic.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Lato/Lato-Italic.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-Italic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Lato/Lato-Regular.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-Regular.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Lato/Lato-Semibold.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-Semibold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Lato/Lato-SemiboldItalic.woff2
Normal file
BIN
src/public/fonts/Lato/Lato-SemiboldItalic.woff2
Normal file
Binary file not shown.
94
src/public/fonts/Lato/OFL.txt
Normal file
94
src/public/fonts/Lato/OFL.txt
Normal file
@ -0,0 +1,94 @@
|
||||
Copyright (c) 2010-2015, Łukasz Dziedzic (dziedzic@typoland.com),
|
||||
with Reserved Font Name Lato.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
93
src/public/fonts/Nunito/OFL.txt
Normal file
93
src/public/fonts/Nunito/OFL.txt
Normal file
@ -0,0 +1,93 @@
|
||||
Copyright 2014 The Nunito Project Authors (https://github.com/googlefonts/nunito)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
93
src/public/fonts/PoiretOne/OFL.txt
Normal file
93
src/public/fonts/PoiretOne/OFL.txt
Normal file
@ -0,0 +1,93 @@
|
||||
Copyright (c) 2011, Denis Masharov (denis.masharov@gmail.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
95
src/public/fonts/Raleway/OFL.txt
Normal file
95
src/public/fonts/Raleway/OFL.txt
Normal file
@ -0,0 +1,95 @@
|
||||
Copyright (c) 2010, Matt McInerney (matt@pixelspread.com),
|
||||
Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
|
||||
Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
BIN
src/public/fonts/Raleway/Raleway-Bold.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-Bold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-BoldItalic.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-Italic-VariableFont_wght.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-Italic-VariableFont_wght.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-Italic.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-Italic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-Regular.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-Regular.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-SemiBold.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-SemiBold.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-SemiBoldItalic.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-SemiBoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/Raleway/Raleway-VariableFont_wght.woff2
Normal file
BIN
src/public/fonts/Raleway/Raleway-VariableFont_wght.woff2
Normal file
Binary file not shown.
202
src/public/fonts/RobotoMono/LICENSE.txt
Normal file
202
src/public/fonts/RobotoMono/LICENSE.txt
Normal file
@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
93
src/public/fonts/VictorMono/LICENSE
Normal file
93
src/public/fonts/VictorMono/LICENSE
Normal file
@ -0,0 +1,93 @@
|
||||
Copyright (c) 2021, Rune Bjørnerås (https://github.com/rubjo)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
@ -0,0 +1,3 @@
|
||||
.modal {}
|
||||
|
||||
.dialog {}
|
@ -0,0 +1 @@
|
||||
.navbar {}
|
@ -0,0 +1 @@
|
||||
.pagination {}
|
@ -23,5 +23,5 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.form-checkbox-label .form-checkbox {
|
||||
/*rounded border-gray-300 text-indigo-600 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50*/
|
||||
@apply rounded border-gray-300 text-indigo-600 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50;
|
||||
}
|
||||
|
@ -3,48 +3,48 @@
|
||||
/** +--------------------------------+ **/
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-Regular.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-Italic.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-Italic.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-SemiBold.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-Semibold.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-SemiboldItalic.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-Bold.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-Bold.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "OpenSans";
|
||||
src: url('/fonts/OpenSans/OpenSans-BoldItalic.woff2') format("woff2");
|
||||
font-family: "Lato";
|
||||
src: url('/fonts/Lato/Lato-BoldItalic.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
@ -102,6 +102,72 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-VariableFont_wght.woff2') format("woff2-variations");
|
||||
font-weight: 125 950;
|
||||
font-stretch: 75% 125%;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-Italic-VariableFont_wght.woff2') format("woff2-variations");
|
||||
font-weight: 125 950;
|
||||
font-stretch: 75% 125%;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/*@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-Italic.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-SemiBold.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-SemiBoldItalic.woff2') format("woff2");
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-Bold.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url('/fonts/Raleway/Raleway-BoldItalic.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}*/
|
||||
|
||||
/** +--------------------------------+ **/
|
||||
/** | Monospace fonts | **/
|
||||
/** +--------------------------------+ **/
|
||||
|
@ -1,241 +1,241 @@
|
||||
.text-shadow-slate-50 { text-shadow: 1px 1px 2px #f8fafc; }
|
||||
.text-shadow-slate-100 { text-shadow: 1px 1px 2px #f1f5f9; }
|
||||
.text-shadow-slate-200 { text-shadow: 1px 1px 2px #e2e8f0; }
|
||||
.text-shadow-slate-300 { text-shadow: 1px 1px 2px #cbd5e1; }
|
||||
.text-shadow-slate-400 { text-shadow: 1px 1px 2px #94a3b8; }
|
||||
.text-shadow-slate-500 { text-shadow: 1px 1px 2px #64748b; }
|
||||
.text-shadow-slate-600 { text-shadow: 1px 1px 2px #475569; }
|
||||
.text-shadow-slate-700 { text-shadow: 1px 1px 2px #334155; }
|
||||
.text-shadow-slate-800 { text-shadow: 1px 1px 2px #1e293b; }
|
||||
.text-shadow-slate-900 { text-shadow: 1px 1px 2px #0f172a; }
|
||||
.text-shadow-slate-50 { text-shadow: 0 0 2px #f8fafc; }
|
||||
.text-shadow-slate-100 { text-shadow: 0 0 2px #f1f5f9; }
|
||||
.text-shadow-slate-200 { text-shadow: 0 0 2px #e2e8f0; }
|
||||
.text-shadow-slate-300 { text-shadow: 0 0 2px #cbd5e1; }
|
||||
.text-shadow-slate-400 { text-shadow: 0 0 2px #94a3b8; }
|
||||
.text-shadow-slate-500 { text-shadow: 0 0 2px #64748b; }
|
||||
.text-shadow-slate-600 { text-shadow: 0 0 2px #475569; }
|
||||
.text-shadow-slate-700 { text-shadow: 0 0 2px #334155; }
|
||||
.text-shadow-slate-800 { text-shadow: 0 0 2px #1e293b; }
|
||||
.text-shadow-slate-900 { text-shadow: 0 0 2px #0f172a; }
|
||||
|
||||
.text-shadow-gray-50 { text-shadow: 1px 1px 2px #f9fafb; }
|
||||
.text-shadow-gray-100 { text-shadow: 1px 1px 2px #f3f4f6; }
|
||||
.text-shadow-gray-200 { text-shadow: 1px 1px 2px #e5e7eb; }
|
||||
.text-shadow-gray-300 { text-shadow: 1px 1px 2px #d1d5db; }
|
||||
.text-shadow-gray-400 { text-shadow: 1px 1px 2px #9ca3af; }
|
||||
.text-shadow-gray-500 { text-shadow: 1px 1px 2px #6b7280; }
|
||||
.text-shadow-gray-600 { text-shadow: 1px 1px 2px #4b5563; }
|
||||
.text-shadow-gray-700 { text-shadow: 1px 1px 2px #374151; }
|
||||
.text-shadow-gray-800 { text-shadow: 1px 1px 2px #1f2937; }
|
||||
.text-shadow-gray-900 { text-shadow: 1px 1px 2px #111827; }
|
||||
.text-shadow-gray-50 { text-shadow: 0 0 2px #f9fafb; }
|
||||
.text-shadow-gray-100 { text-shadow: 0 0 2px #f3f4f6; }
|
||||
.text-shadow-gray-200 { text-shadow: 0 0 2px #e5e7eb; }
|
||||
.text-shadow-gray-300 { text-shadow: 0 0 2px #d1d5db; }
|
||||
.text-shadow-gray-400 { text-shadow: 0 0 2px #9ca3af; }
|
||||
.text-shadow-gray-500 { text-shadow: 0 0 2px #6b7280; }
|
||||
.text-shadow-gray-600 { text-shadow: 0 0 2px #4b5563; }
|
||||
.text-shadow-gray-700 { text-shadow: 0 0 2px #374151; }
|
||||
.text-shadow-gray-800 { text-shadow: 0 0 2px #1f2937; }
|
||||
.text-shadow-gray-900 { text-shadow: 0 0 2px #111827; }
|
||||
|
||||
.text-shadow-zinc-50 { text-shadow: 1px 1px 2px #fafafa; }
|
||||
.text-shadow-zinc-100 { text-shadow: 1px 1px 2px #f4f4f5; }
|
||||
.text-shadow-zinc-200 { text-shadow: 1px 1px 2px #e4e4e7; }
|
||||
.text-shadow-zinc-300 { text-shadow: 1px 1px 2px #d4d4d8; }
|
||||
.text-shadow-zinc-400 { text-shadow: 1px 1px 2px #a1a1aa; }
|
||||
.text-shadow-zinc-500 { text-shadow: 1px 1px 2px #71717a; }
|
||||
.text-shadow-zinc-600 { text-shadow: 1px 1px 2px #52525b; }
|
||||
.text-shadow-zinc-700 { text-shadow: 1px 1px 2px #3f3f46; }
|
||||
.text-shadow-zinc-800 { text-shadow: 1px 1px 2px #27272a; }
|
||||
.text-shadow-zinc-900 { text-shadow: 1px 1px 2px #18181b; }
|
||||
.text-shadow-zinc-50 { text-shadow: 0 0 2px #fafafa; }
|
||||
.text-shadow-zinc-100 { text-shadow: 0 0 2px #f4f4f5; }
|
||||
.text-shadow-zinc-200 { text-shadow: 0 0 2px #e4e4e7; }
|
||||
.text-shadow-zinc-300 { text-shadow: 0 0 2px #d4d4d8; }
|
||||
.text-shadow-zinc-400 { text-shadow: 0 0 2px #a1a1aa; }
|
||||
.text-shadow-zinc-500 { text-shadow: 0 0 2px #71717a; }
|
||||
.text-shadow-zinc-600 { text-shadow: 0 0 2px #52525b; }
|
||||
.text-shadow-zinc-700 { text-shadow: 0 0 2px #3f3f46; }
|
||||
.text-shadow-zinc-800 { text-shadow: 0 0 2px #27272a; }
|
||||
.text-shadow-zinc-900 { text-shadow: 0 0 2px #18181b; }
|
||||
|
||||
.text-shadow-neutral-50 { text-shadow: 1px 1px 2px #fafafa; }
|
||||
.text-shadow-neutral-100 { text-shadow: 1px 1px 2px #f5f5f5; }
|
||||
.text-shadow-neutral-200 { text-shadow: 1px 1px 2px #e5e5e5; }
|
||||
.text-shadow-neutral-300 { text-shadow: 1px 1px 2px #d4d4d4; }
|
||||
.text-shadow-neutral-400 { text-shadow: 1px 1px 2px #a3a3a3; }
|
||||
.text-shadow-neutral-500 { text-shadow: 1px 1px 2px #737373; }
|
||||
.text-shadow-neutral-600 { text-shadow: 1px 1px 2px #525252; }
|
||||
.text-shadow-neutral-700 { text-shadow: 1px 1px 2px #404040; }
|
||||
.text-shadow-neutral-800 { text-shadow: 1px 1px 2px #262626; }
|
||||
.text-shadow-neutral-900 { text-shadow: 1px 1px 2px #171717; }
|
||||
.text-shadow-neutral-50 { text-shadow: 0 0 2px #fafafa; }
|
||||
.text-shadow-neutral-100 { text-shadow: 0 0 2px #f5f5f5; }
|
||||
.text-shadow-neutral-200 { text-shadow: 0 0 2px #e5e5e5; }
|
||||
.text-shadow-neutral-300 { text-shadow: 0 0 2px #d4d4d4; }
|
||||
.text-shadow-neutral-400 { text-shadow: 0 0 2px #a3a3a3; }
|
||||
.text-shadow-neutral-500 { text-shadow: 0 0 2px #737373; }
|
||||
.text-shadow-neutral-600 { text-shadow: 0 0 2px #525252; }
|
||||
.text-shadow-neutral-700 { text-shadow: 0 0 2px #404040; }
|
||||
.text-shadow-neutral-800 { text-shadow: 0 0 2px #262626; }
|
||||
.text-shadow-neutral-900 { text-shadow: 0 0 2px #171717; }
|
||||
|
||||
.text-shadow-stone-50 { text-shadow: 1px 1px 2px #fafaf9; }
|
||||
.text-shadow-stone-100 { text-shadow: 1px 1px 2px #f5f5f4; }
|
||||
.text-shadow-stone-200 { text-shadow: 1px 1px 2px #e7e5e4; }
|
||||
.text-shadow-stone-300 { text-shadow: 1px 1px 2px #d6d3d1; }
|
||||
.text-shadow-stone-400 { text-shadow: 1px 1px 2px #a8a29e; }
|
||||
.text-shadow-stone-500 { text-shadow: 1px 1px 2px #78716c; }
|
||||
.text-shadow-stone-600 { text-shadow: 1px 1px 2px #57534e; }
|
||||
.text-shadow-stone-700 { text-shadow: 1px 1px 2px #44403c; }
|
||||
.text-shadow-stone-800 { text-shadow: 1px 1px 2px #292524; }
|
||||
.text-shadow-stone-900 { text-shadow: 1px 1px 2px #1c1917; }
|
||||
.text-shadow-stone-50 { text-shadow: 0 0 2px #fafaf9; }
|
||||
.text-shadow-stone-100 { text-shadow: 0 0 2px #f5f5f4; }
|
||||
.text-shadow-stone-200 { text-shadow: 0 0 2px #e7e5e4; }
|
||||
.text-shadow-stone-300 { text-shadow: 0 0 2px #d6d3d1; }
|
||||
.text-shadow-stone-400 { text-shadow: 0 0 2px #a8a29e; }
|
||||
.text-shadow-stone-500 { text-shadow: 0 0 2px #78716c; }
|
||||
.text-shadow-stone-600 { text-shadow: 0 0 2px #57534e; }
|
||||
.text-shadow-stone-700 { text-shadow: 0 0 2px #44403c; }
|
||||
.text-shadow-stone-800 { text-shadow: 0 0 2px #292524; }
|
||||
.text-shadow-stone-900 { text-shadow: 0 0 2px #1c1917; }
|
||||
|
||||
.text-shadow-red-50 { text-shadow: 1px 1px 2px #fef2f2; }
|
||||
.text-shadow-red-100 { text-shadow: 1px 1px 2px #fee2e2; }
|
||||
.text-shadow-red-200 { text-shadow: 1px 1px 2px #fecaca; }
|
||||
.text-shadow-red-300 { text-shadow: 1px 1px 2px #fca5a5; }
|
||||
.text-shadow-red-400 { text-shadow: 1px 1px 2px #f87171; }
|
||||
.text-shadow-red-500 { text-shadow: 1px 1px 2px #ef4444; }
|
||||
.text-shadow-red-600 { text-shadow: 1px 1px 2px #dc2626; }
|
||||
.text-shadow-red-700 { text-shadow: 1px 1px 2px #b91c1c; }
|
||||
.text-shadow-red-800 { text-shadow: 1px 1px 2px #991b1b; }
|
||||
.text-shadow-red-900 { text-shadow: 1px 1px 2px #7f1d1d; }
|
||||
.text-shadow-red-50 { text-shadow: 0 0 2px #fef2f2; }
|
||||
.text-shadow-red-100 { text-shadow: 0 0 2px #fee2e2; }
|
||||
.text-shadow-red-200 { text-shadow: 0 0 2px #fecaca; }
|
||||
.text-shadow-red-300 { text-shadow: 0 0 2px #fca5a5; }
|
||||
.text-shadow-red-400 { text-shadow: 0 0 2px #f87171; }
|
||||
.text-shadow-red-500 { text-shadow: 0 0 2px #ef4444; }
|
||||
.text-shadow-red-600 { text-shadow: 0 0 2px #dc2626; }
|
||||
.text-shadow-red-700 { text-shadow: 0 0 2px #b91c1c; }
|
||||
.text-shadow-red-800 { text-shadow: 0 0 2px #991b1b; }
|
||||
.text-shadow-red-900 { text-shadow: 0 0 2px #7f1d1d; }
|
||||
|
||||
.text-shadow-orange-50 { text-shadow: 1px 1px 2px #fff7ed; }
|
||||
.text-shadow-orange-100 { text-shadow: 1px 1px 2px #ffedd5; }
|
||||
.text-shadow-orange-200 { text-shadow: 1px 1px 2px #fed7aa; }
|
||||
.text-shadow-orange-300 { text-shadow: 1px 1px 2px #fdba74; }
|
||||
.text-shadow-orange-400 { text-shadow: 1px 1px 2px #fb923c; }
|
||||
.text-shadow-orange-500 { text-shadow: 1px 1px 2px #f97316; }
|
||||
.text-shadow-orange-600 { text-shadow: 1px 1px 2px #ea580c; }
|
||||
.text-shadow-orange-700 { text-shadow: 1px 1px 2px #c2410c; }
|
||||
.text-shadow-orange-800 { text-shadow: 1px 1px 2px #9a3412; }
|
||||
.text-shadow-orange-900 { text-shadow: 1px 1px 2px #7c2d12; }
|
||||
.text-shadow-orange-50 { text-shadow: 0 0 2px #fff7ed; }
|
||||
.text-shadow-orange-100 { text-shadow: 0 0 2px #ffedd5; }
|
||||
.text-shadow-orange-200 { text-shadow: 0 0 2px #fed7aa; }
|
||||
.text-shadow-orange-300 { text-shadow: 0 0 2px #fdba74; }
|
||||
.text-shadow-orange-400 { text-shadow: 0 0 2px #fb923c; }
|
||||
.text-shadow-orange-500 { text-shadow: 0 0 2px #f97316; }
|
||||
.text-shadow-orange-600 { text-shadow: 0 0 2px #ea580c; }
|
||||
.text-shadow-orange-700 { text-shadow: 0 0 2px #c2410c; }
|
||||
.text-shadow-orange-800 { text-shadow: 0 0 2px #9a3412; }
|
||||
.text-shadow-orange-900 { text-shadow: 0 0 2px #7c2d12; }
|
||||
|
||||
.text-shadow-amber-50 { text-shadow: 1px 1px 2px #fffbeb; }
|
||||
.text-shadow-amber-100 { text-shadow: 1px 1px 2px #fef3c7; }
|
||||
.text-shadow-amber-200 { text-shadow: 1px 1px 2px #fde68a; }
|
||||
.text-shadow-amber-300 { text-shadow: 1px 1px 2px #fcd34d; }
|
||||
.text-shadow-amber-400 { text-shadow: 1px 1px 2px #fbbf24; }
|
||||
.text-shadow-amber-500 { text-shadow: 1px 1px 2px #f59e0b; }
|
||||
.text-shadow-amber-600 { text-shadow: 1px 1px 2px #d97706; }
|
||||
.text-shadow-amber-700 { text-shadow: 1px 1px 2px #b45309; }
|
||||
.text-shadow-amber-800 { text-shadow: 1px 1px 2px #92400e; }
|
||||
.text-shadow-amber-900 { text-shadow: 1px 1px 2px #78350f; }
|
||||
.text-shadow-amber-50 { text-shadow: 0 0 2px #fffbeb; }
|
||||
.text-shadow-amber-100 { text-shadow: 0 0 2px #fef3c7; }
|
||||
.text-shadow-amber-200 { text-shadow: 0 0 2px #fde68a; }
|
||||
.text-shadow-amber-300 { text-shadow: 0 0 2px #fcd34d; }
|
||||
.text-shadow-amber-400 { text-shadow: 0 0 2px #fbbf24; }
|
||||
.text-shadow-amber-500 { text-shadow: 0 0 2px #f59e0b; }
|
||||
.text-shadow-amber-600 { text-shadow: 0 0 2px #d97706; }
|
||||
.text-shadow-amber-700 { text-shadow: 0 0 2px #b45309; }
|
||||
.text-shadow-amber-800 { text-shadow: 0 0 2px #92400e; }
|
||||
.text-shadow-amber-900 { text-shadow: 0 0 2px #78350f; }
|
||||
|
||||
.text-shadow-yellow-50 { text-shadow: 1px 1px 2px #fefce8; }
|
||||
.text-shadow-yellow-100 { text-shadow: 1px 1px 2px #fef9c3; }
|
||||
.text-shadow-yellow-200 { text-shadow: 1px 1px 2px #fef08a; }
|
||||
.text-shadow-yellow-300 { text-shadow: 1px 1px 2px #fde047; }
|
||||
.text-shadow-yellow-400 { text-shadow: 1px 1px 2px #facc15; }
|
||||
.text-shadow-yellow-500 { text-shadow: 1px 1px 2px #eab308; }
|
||||
.text-shadow-yellow-600 { text-shadow: 1px 1px 2px #ca8a04; }
|
||||
.text-shadow-yellow-700 { text-shadow: 1px 1px 2px #a16207; }
|
||||
.text-shadow-yellow-800 { text-shadow: 1px 1px 2px #854d0e; }
|
||||
.text-shadow-yellow-900 { text-shadow: 1px 1px 2px #713f12; }
|
||||
.text-shadow-yellow-50 { text-shadow: 0 0 2px #fefce8; }
|
||||
.text-shadow-yellow-100 { text-shadow: 0 0 2px #fef9c3; }
|
||||
.text-shadow-yellow-200 { text-shadow: 0 0 2px #fef08a; }
|
||||
.text-shadow-yellow-300 { text-shadow: 0 0 2px #fde047; }
|
||||
.text-shadow-yellow-400 { text-shadow: 0 0 2px #facc15; }
|
||||
.text-shadow-yellow-500 { text-shadow: 0 0 2px #eab308; }
|
||||
.text-shadow-yellow-600 { text-shadow: 0 0 2px #ca8a04; }
|
||||
.text-shadow-yellow-700 { text-shadow: 0 0 2px #a16207; }
|
||||
.text-shadow-yellow-800 { text-shadow: 0 0 2px #854d0e; }
|
||||
.text-shadow-yellow-900 { text-shadow: 0 0 2px #713f12; }
|
||||
|
||||
.text-shadow-lime-50 { text-shadow: 1px 1px 2px #f7fee7; }
|
||||
.text-shadow-lime-100 { text-shadow: 1px 1px 2px #ecfccb; }
|
||||
.text-shadow-lime-200 { text-shadow: 1px 1px 2px #d9f99d; }
|
||||
.text-shadow-lime-300 { text-shadow: 1px 1px 2px #bef264; }
|
||||
.text-shadow-lime-400 { text-shadow: 1px 1px 2px #a3e635; }
|
||||
.text-shadow-lime-500 { text-shadow: 1px 1px 2px #84cc16; }
|
||||
.text-shadow-lime-600 { text-shadow: 1px 1px 2px #65a30d; }
|
||||
.text-shadow-lime-700 { text-shadow: 1px 1px 2px #4d7c0f; }
|
||||
.text-shadow-lime-800 { text-shadow: 1px 1px 2px #3f6212; }
|
||||
.text-shadow-lime-900 { text-shadow: 1px 1px 2px #365314; }
|
||||
.text-shadow-lime-50 { text-shadow: 0 0 2px #f7fee7; }
|
||||
.text-shadow-lime-100 { text-shadow: 0 0 2px #ecfccb; }
|
||||
.text-shadow-lime-200 { text-shadow: 0 0 2px #d9f99d; }
|
||||
.text-shadow-lime-300 { text-shadow: 0 0 2px #bef264; }
|
||||
.text-shadow-lime-400 { text-shadow: 0 0 2px #a3e635; }
|
||||
.text-shadow-lime-500 { text-shadow: 0 0 2px #84cc16; }
|
||||
.text-shadow-lime-600 { text-shadow: 0 0 2px #65a30d; }
|
||||
.text-shadow-lime-700 { text-shadow: 0 0 2px #4d7c0f; }
|
||||
.text-shadow-lime-800 { text-shadow: 0 0 2px #3f6212; }
|
||||
.text-shadow-lime-900 { text-shadow: 0 0 2px #365314; }
|
||||
|
||||
.text-shadow-green-50 { text-shadow: 1px 1px 2px #f0fdf4; }
|
||||
.text-shadow-green-100 { text-shadow: 1px 1px 2px #dcfce7; }
|
||||
.text-shadow-green-200 { text-shadow: 1px 1px 2px #bbf7d0; }
|
||||
.text-shadow-green-300 { text-shadow: 1px 1px 2px #86efac; }
|
||||
.text-shadow-green-400 { text-shadow: 1px 1px 2px #4ade80; }
|
||||
.text-shadow-green-500 { text-shadow: 1px 1px 2px #22c55e; }
|
||||
.text-shadow-green-600 { text-shadow: 1px 1px 2px #16a34a; }
|
||||
.text-shadow-green-700 { text-shadow: 1px 1px 2px #15803d; }
|
||||
.text-shadow-green-800 { text-shadow: 1px 1px 2px #166534; }
|
||||
.text-shadow-green-900 { text-shadow: 1px 1px 2px #14532d; }
|
||||
.text-shadow-green-50 { text-shadow: 0 0 2px #f0fdf4; }
|
||||
.text-shadow-green-100 { text-shadow: 0 0 2px #dcfce7; }
|
||||
.text-shadow-green-200 { text-shadow: 0 0 2px #bbf7d0; }
|
||||
.text-shadow-green-300 { text-shadow: 0 0 2px #86efac; }
|
||||
.text-shadow-green-400 { text-shadow: 0 0 2px #4ade80; }
|
||||
.text-shadow-green-500 { text-shadow: 0 0 2px #22c55e; }
|
||||
.text-shadow-green-600 { text-shadow: 0 0 2px #16a34a; }
|
||||
.text-shadow-green-700 { text-shadow: 0 0 2px #15803d; }
|
||||
.text-shadow-green-800 { text-shadow: 0 0 2px #166534; }
|
||||
.text-shadow-green-900 { text-shadow: 0 0 2px #14532d; }
|
||||
|
||||
.text-shadow-emerald-50 { text-shadow: 1px 1px 2px #ecfdf5; }
|
||||
.text-shadow-emerald-100 { text-shadow: 1px 1px 2px #d1fae5; }
|
||||
.text-shadow-emerald-200 { text-shadow: 1px 1px 2px #a7f3d0; }
|
||||
.text-shadow-emerald-300 { text-shadow: 1px 1px 2px #6ee7b7; }
|
||||
.text-shadow-emerald-400 { text-shadow: 1px 1px 2px #34d399; }
|
||||
.text-shadow-emerald-500 { text-shadow: 1px 1px 2px #10b981; }
|
||||
.text-shadow-emerald-600 { text-shadow: 1px 1px 2px #059669; }
|
||||
.text-shadow-emerald-700 { text-shadow: 1px 1px 2px #047857; }
|
||||
.text-shadow-emerald-800 { text-shadow: 1px 1px 2px #065f46; }
|
||||
.text-shadow-emerald-900 { text-shadow: 1px 1px 2px #064e3b; }
|
||||
.text-shadow-emerald-50 { text-shadow: 0 0 2px #ecfdf5; }
|
||||
.text-shadow-emerald-100 { text-shadow: 0 0 2px #d1fae5; }
|
||||
.text-shadow-emerald-200 { text-shadow: 0 0 2px #a7f3d0; }
|
||||
.text-shadow-emerald-300 { text-shadow: 0 0 2px #6ee7b7; }
|
||||
.text-shadow-emerald-400 { text-shadow: 0 0 2px #34d399; }
|
||||
.text-shadow-emerald-500 { text-shadow: 0 0 2px #10b981; }
|
||||
.text-shadow-emerald-600 { text-shadow: 0 0 2px #059669; }
|
||||
.text-shadow-emerald-700 { text-shadow: 0 0 2px #047857; }
|
||||
.text-shadow-emerald-800 { text-shadow: 0 0 2px #065f46; }
|
||||
.text-shadow-emerald-900 { text-shadow: 0 0 2px #064e3b; }
|
||||
|
||||
.text-shadow-teal-50 { text-shadow: 1px 1px 2px #f0fdfa; }
|
||||
.text-shadow-teal-100 { text-shadow: 1px 1px 2px #ccfbf1; }
|
||||
.text-shadow-teal-200 { text-shadow: 1px 1px 2px #99f6e4; }
|
||||
.text-shadow-teal-300 { text-shadow: 1px 1px 2px #5eead4; }
|
||||
.text-shadow-teal-400 { text-shadow: 1px 1px 2px #2dd4bf; }
|
||||
.text-shadow-teal-500 { text-shadow: 1px 1px 2px #14b8a6; }
|
||||
.text-shadow-teal-600 { text-shadow: 1px 1px 2px #0d9488; }
|
||||
.text-shadow-teal-700 { text-shadow: 1px 1px 2px #0f766e; }
|
||||
.text-shadow-teal-800 { text-shadow: 1px 1px 2px #115e59; }
|
||||
.text-shadow-teal-900 { text-shadow: 1px 1px 2px #134e4a; }
|
||||
.text-shadow-teal-50 { text-shadow: 0 0 2px #f0fdfa; }
|
||||
.text-shadow-teal-100 { text-shadow: 0 0 2px #ccfbf1; }
|
||||
.text-shadow-teal-200 { text-shadow: 0 0 2px #99f6e4; }
|
||||
.text-shadow-teal-300 { text-shadow: 0 0 2px #5eead4; }
|
||||
.text-shadow-teal-400 { text-shadow: 0 0 2px #2dd4bf; }
|
||||
.text-shadow-teal-500 { text-shadow: 0 0 2px #14b8a6; }
|
||||
.text-shadow-teal-600 { text-shadow: 0 0 2px #0d9488; }
|
||||
.text-shadow-teal-700 { text-shadow: 0 0 2px #0f766e; }
|
||||
.text-shadow-teal-800 { text-shadow: 0 0 2px #115e59; }
|
||||
.text-shadow-teal-900 { text-shadow: 0 0 2px #134e4a; }
|
||||
|
||||
.text-shadow-cyan-50 { text-shadow: 1px 1px 2px #ecfeff; }
|
||||
.text-shadow-cyan-100 { text-shadow: 1px 1px 2px #cffafe; }
|
||||
.text-shadow-cyan-200 { text-shadow: 1px 1px 2px #a5f3fc; }
|
||||
.text-shadow-cyan-300 { text-shadow: 1px 1px 2px #67e8f9; }
|
||||
.text-shadow-cyan-400 { text-shadow: 1px 1px 2px #22d3ee; }
|
||||
.text-shadow-cyan-500 { text-shadow: 1px 1px 2px #06b6d4; }
|
||||
.text-shadow-cyan-600 { text-shadow: 1px 1px 2px #0891b2; }
|
||||
.text-shadow-cyan-700 { text-shadow: 1px 1px 2px #0e7490; }
|
||||
.text-shadow-cyan-800 { text-shadow: 1px 1px 2px #155e75; }
|
||||
.text-shadow-cyan-900 { text-shadow: 1px 1px 2px #164e63; }
|
||||
.text-shadow-cyan-50 { text-shadow: 0 0 2px #ecfeff; }
|
||||
.text-shadow-cyan-100 { text-shadow: 0 0 2px #cffafe; }
|
||||
.text-shadow-cyan-200 { text-shadow: 0 0 2px #a5f3fc; }
|
||||
.text-shadow-cyan-300 { text-shadow: 0 0 2px #67e8f9; }
|
||||
.text-shadow-cyan-400 { text-shadow: 0 0 2px #22d3ee; }
|
||||
.text-shadow-cyan-500 { text-shadow: 0 0 2px #06b6d4; }
|
||||
.text-shadow-cyan-600 { text-shadow: 0 0 2px #0891b2; }
|
||||
.text-shadow-cyan-700 { text-shadow: 0 0 2px #0e7490; }
|
||||
.text-shadow-cyan-800 { text-shadow: 0 0 2px #155e75; }
|
||||
.text-shadow-cyan-900 { text-shadow: 0 0 2px #164e63; }
|
||||
|
||||
.text-shadow-sky-50 { text-shadow: 1px 1px 2px #f0f9ff; }
|
||||
.text-shadow-sky-100 { text-shadow: 1px 1px 2px #e0f2fe; }
|
||||
.text-shadow-sky-200 { text-shadow: 1px 1px 2px #bae6fd; }
|
||||
.text-shadow-sky-300 { text-shadow: 1px 1px 2px #7dd3fc; }
|
||||
.text-shadow-sky-400 { text-shadow: 1px 1px 2px #38bdf8; }
|
||||
.text-shadow-sky-500 { text-shadow: 1px 1px 2px #0ea5e9; }
|
||||
.text-shadow-sky-600 { text-shadow: 1px 1px 2px #0284c7; }
|
||||
.text-shadow-sky-700 { text-shadow: 1px 1px 2px #0369a1; }
|
||||
.text-shadow-sky-800 { text-shadow: 1px 1px 2px #075985; }
|
||||
.text-shadow-sky-900 { text-shadow: 1px 1px 2px #0c4a6e; }
|
||||
.text-shadow-sky-50 { text-shadow: 0 0 2px #f0f9ff; }
|
||||
.text-shadow-sky-100 { text-shadow: 0 0 2px #e0f2fe; }
|
||||
.text-shadow-sky-200 { text-shadow: 0 0 2px #bae6fd; }
|
||||
.text-shadow-sky-300 { text-shadow: 0 0 2px #7dd3fc; }
|
||||
.text-shadow-sky-400 { text-shadow: 0 0 2px #38bdf8; }
|
||||
.text-shadow-sky-500 { text-shadow: 0 0 2px #0ea5e9; }
|
||||
.text-shadow-sky-600 { text-shadow: 0 0 2px #0284c7; }
|
||||
.text-shadow-sky-700 { text-shadow: 0 0 2px #0369a1; }
|
||||
.text-shadow-sky-800 { text-shadow: 0 0 2px #075985; }
|
||||
.text-shadow-sky-900 { text-shadow: 0 0 2px #0c4a6e; }
|
||||
|
||||
.text-shadow-blue-50 { text-shadow: 1px 1px 2px #eff6ff; }
|
||||
.text-shadow-blue-100 { text-shadow: 1px 1px 2px #dbeafe; }
|
||||
.text-shadow-blue-200 { text-shadow: 1px 1px 2px #bfdbfe; }
|
||||
.text-shadow-blue-300 { text-shadow: 1px 1px 2px #93c5fd; }
|
||||
.text-shadow-blue-400 { text-shadow: 1px 1px 2px #60a5fa; }
|
||||
.text-shadow-blue-500 { text-shadow: 1px 1px 2px #3b82f6; }
|
||||
.text-shadow-blue-600 { text-shadow: 1px 1px 2px #2563eb; }
|
||||
.text-shadow-blue-700 { text-shadow: 1px 1px 2px #1d4ed8; }
|
||||
.text-shadow-blue-800 { text-shadow: 1px 1px 2px #1e40af; }
|
||||
.text-shadow-blue-900 { text-shadow: 1px 1px 2px #1e3a8a; }
|
||||
.text-shadow-blue-50 { text-shadow: 0 0 2px #eff6ff; }
|
||||
.text-shadow-blue-100 { text-shadow: 0 0 2px #dbeafe; }
|
||||
.text-shadow-blue-200 { text-shadow: 0 0 2px #bfdbfe; }
|
||||
.text-shadow-blue-300 { text-shadow: 0 0 2px #93c5fd; }
|
||||
.text-shadow-blue-400 { text-shadow: 0 0 2px #60a5fa; }
|
||||
.text-shadow-blue-500 { text-shadow: 0 0 2px #3b82f6; }
|
||||
.text-shadow-blue-600 { text-shadow: 0 0 2px #2563eb; }
|
||||
.text-shadow-blue-700 { text-shadow: 0 0 2px #1d4ed8; }
|
||||
.text-shadow-blue-800 { text-shadow: 0 0 2px #1e40af; }
|
||||
.text-shadow-blue-900 { text-shadow: 0 0 2px #1e3a8a; }
|
||||
|
||||
.text-shadow-indigo-50 { text-shadow: 1px 1px 2px #eef2ff; }
|
||||
.text-shadow-indigo-100 { text-shadow: 1px 1px 2px #e0e7ff; }
|
||||
.text-shadow-indigo-200 { text-shadow: 1px 1px 2px #c7d2fe; }
|
||||
.text-shadow-indigo-300 { text-shadow: 1px 1px 2px #a5b4fc; }
|
||||
.text-shadow-indigo-400 { text-shadow: 1px 1px 2px #818cf8; }
|
||||
.text-shadow-indigo-500 { text-shadow: 1px 1px 2px #6366f1; }
|
||||
.text-shadow-indigo-600 { text-shadow: 1px 1px 2px #4f46e5; }
|
||||
.text-shadow-indigo-700 { text-shadow: 1px 1px 2px #4338ca; }
|
||||
.text-shadow-indigo-800 { text-shadow: 1px 1px 2px #3730a3; }
|
||||
.text-shadow-indigo-900 { text-shadow: 1px 1px 2px #312e81; }
|
||||
.text-shadow-indigo-50 { text-shadow: 0 0 2px #eef2ff; }
|
||||
.text-shadow-indigo-100 { text-shadow: 0 0 2px #e0e7ff; }
|
||||
.text-shadow-indigo-200 { text-shadow: 0 0 2px #c7d2fe; }
|
||||
.text-shadow-indigo-300 { text-shadow: 0 0 2px #a5b4fc; }
|
||||
.text-shadow-indigo-400 { text-shadow: 0 0 2px #818cf8; }
|
||||
.text-shadow-indigo-500 { text-shadow: 0 0 2px #6366f1; }
|
||||
.text-shadow-indigo-600 { text-shadow: 0 0 2px #4f46e5; }
|
||||
.text-shadow-indigo-700 { text-shadow: 0 0 2px #4338ca; }
|
||||
.text-shadow-indigo-800 { text-shadow: 0 0 2px #3730a3; }
|
||||
.text-shadow-indigo-900 { text-shadow: 0 0 2px #312e81; }
|
||||
|
||||
.text-shadow-violet-50 { text-shadow: 1px 1px 2px #f5f3ff; }
|
||||
.text-shadow-violet-100 { text-shadow: 1px 1px 2px #ede9fe; }
|
||||
.text-shadow-violet-200 { text-shadow: 1px 1px 2px #ddd6fe; }
|
||||
.text-shadow-violet-300 { text-shadow: 1px 1px 2px #c4b5fd; }
|
||||
.text-shadow-violet-400 { text-shadow: 1px 1px 2px #a78bfa; }
|
||||
.text-shadow-violet-500 { text-shadow: 1px 1px 2px #8b5cf6; }
|
||||
.text-shadow-violet-600 { text-shadow: 1px 1px 2px #7c3aed; }
|
||||
.text-shadow-violet-700 { text-shadow: 1px 1px 2px #6d28d9; }
|
||||
.text-shadow-violet-800 { text-shadow: 1px 1px 2px #5b21b6; }
|
||||
.text-shadow-violet-900 { text-shadow: 1px 1px 2px #4c1d95; }
|
||||
.text-shadow-violet-50 { text-shadow: 0 0 2px #f5f3ff; }
|
||||
.text-shadow-violet-100 { text-shadow: 0 0 2px #ede9fe; }
|
||||
.text-shadow-violet-200 { text-shadow: 0 0 2px #ddd6fe; }
|
||||
.text-shadow-violet-300 { text-shadow: 0 0 2px #c4b5fd; }
|
||||
.text-shadow-violet-400 { text-shadow: 0 0 2px #a78bfa; }
|
||||
.text-shadow-violet-500 { text-shadow: 0 0 2px #8b5cf6; }
|
||||
.text-shadow-violet-600 { text-shadow: 0 0 2px #7c3aed; }
|
||||
.text-shadow-violet-700 { text-shadow: 0 0 2px #6d28d9; }
|
||||
.text-shadow-violet-800 { text-shadow: 0 0 2px #5b21b6; }
|
||||
.text-shadow-violet-900 { text-shadow: 0 0 2px #4c1d95; }
|
||||
|
||||
.text-shadow-purple-50 { text-shadow: 1px 1px 2px #faf5ff; }
|
||||
.text-shadow-purple-100 { text-shadow: 1px 1px 2px #f3e8ff; }
|
||||
.text-shadow-purple-200 { text-shadow: 1px 1px 2px #e9d5ff; }
|
||||
.text-shadow-purple-300 { text-shadow: 1px 1px 2px #d8b4fe; }
|
||||
.text-shadow-purple-400 { text-shadow: 1px 1px 2px #c084fc; }
|
||||
.text-shadow-purple-500 { text-shadow: 1px 1px 2px #a855f7; }
|
||||
.text-shadow-purple-600 { text-shadow: 1px 1px 2px #9333ea; }
|
||||
.text-shadow-purple-700 { text-shadow: 1px 1px 2px #7e22ce; }
|
||||
.text-shadow-purple-800 { text-shadow: 1px 1px 2px #6b21a8; }
|
||||
.text-shadow-purple-900 { text-shadow: 1px 1px 2px #581c87; }
|
||||
.text-shadow-purple-50 { text-shadow: 0 0 2px #faf5ff; }
|
||||
.text-shadow-purple-100 { text-shadow: 0 0 2px #f3e8ff; }
|
||||
.text-shadow-purple-200 { text-shadow: 0 0 2px #e9d5ff; }
|
||||
.text-shadow-purple-300 { text-shadow: 0 0 2px #d8b4fe; }
|
||||
.text-shadow-purple-400 { text-shadow: 0 0 2px #c084fc; }
|
||||
.text-shadow-purple-500 { text-shadow: 0 0 2px #a855f7; }
|
||||
.text-shadow-purple-600 { text-shadow: 0 0 2px #9333ea; }
|
||||
.text-shadow-purple-700 { text-shadow: 0 0 2px #7e22ce; }
|
||||
.text-shadow-purple-800 { text-shadow: 0 0 2px #6b21a8; }
|
||||
.text-shadow-purple-900 { text-shadow: 0 0 2px #581c87; }
|
||||
|
||||
.text-shadow-fuchsia-50 { text-shadow: 1px 1px 2px #fdf4ff; }
|
||||
.text-shadow-fuchsia-100 { text-shadow: 1px 1px 2px #fae8ff; }
|
||||
.text-shadow-fuchsia-200 { text-shadow: 1px 1px 2px #f5d0fe; }
|
||||
.text-shadow-fuchsia-300 { text-shadow: 1px 1px 2px #f0abfc; }
|
||||
.text-shadow-fuchsia-400 { text-shadow: 1px 1px 2px #e879f9; }
|
||||
.text-shadow-fuchsia-500 { text-shadow: 1px 1px 2px #d946ef; }
|
||||
.text-shadow-fuchsia-600 { text-shadow: 1px 1px 2px #c026d3; }
|
||||
.text-shadow-fuchsia-700 { text-shadow: 1px 1px 2px #a21caf; }
|
||||
.text-shadow-fuchsia-800 { text-shadow: 1px 1px 2px #86198f; }
|
||||
.text-shadow-fuchsia-900 { text-shadow: 1px 1px 2px #701a75; }
|
||||
.text-shadow-fuchsia-50 { text-shadow: 0 0 2px #fdf4ff; }
|
||||
.text-shadow-fuchsia-100 { text-shadow: 0 0 2px #fae8ff; }
|
||||
.text-shadow-fuchsia-200 { text-shadow: 0 0 2px #f5d0fe; }
|
||||
.text-shadow-fuchsia-300 { text-shadow: 0 0 2px #f0abfc; }
|
||||
.text-shadow-fuchsia-400 { text-shadow: 0 0 2px #e879f9; }
|
||||
.text-shadow-fuchsia-500 { text-shadow: 0 0 2px #d946ef; }
|
||||
.text-shadow-fuchsia-600 { text-shadow: 0 0 2px #c026d3; }
|
||||
.text-shadow-fuchsia-700 { text-shadow: 0 0 2px #a21caf; }
|
||||
.text-shadow-fuchsia-800 { text-shadow: 0 0 2px #86198f; }
|
||||
.text-shadow-fuchsia-900 { text-shadow: 0 0 2px #701a75; }
|
||||
|
||||
.text-shadow-pink-50 { text-shadow: 1px 1px 2px #fdf2f8; }
|
||||
.text-shadow-pink-100 { text-shadow: 1px 1px 2px #fce7f3; }
|
||||
.text-shadow-pink-200 { text-shadow: 1px 1px 2px #fbcfe8; }
|
||||
.text-shadow-pink-300 { text-shadow: 1px 1px 2px #f9a8d4; }
|
||||
.text-shadow-pink-400 { text-shadow: 1px 1px 2px #f472b6; }
|
||||
.text-shadow-pink-500 { text-shadow: 1px 1px 2px #ec4899; }
|
||||
.text-shadow-pink-600 { text-shadow: 1px 1px 2px #db2777; }
|
||||
.text-shadow-pink-700 { text-shadow: 1px 1px 2px #be185d; }
|
||||
.text-shadow-pink-800 { text-shadow: 1px 1px 2px #9d174d; }
|
||||
.text-shadow-pink-900 { text-shadow: 1px 1px 2px #831843; }
|
||||
.text-shadow-pink-50 { text-shadow: 0 0 2px #fdf2f8; }
|
||||
.text-shadow-pink-100 { text-shadow: 0 0 2px #fce7f3; }
|
||||
.text-shadow-pink-200 { text-shadow: 0 0 2px #fbcfe8; }
|
||||
.text-shadow-pink-300 { text-shadow: 0 0 2px #f9a8d4; }
|
||||
.text-shadow-pink-400 { text-shadow: 0 0 2px #f472b6; }
|
||||
.text-shadow-pink-500 { text-shadow: 0 0 2px #ec4899; }
|
||||
.text-shadow-pink-600 { text-shadow: 0 0 2px #db2777; }
|
||||
.text-shadow-pink-700 { text-shadow: 0 0 2px #be185d; }
|
||||
.text-shadow-pink-800 { text-shadow: 0 0 2px #9d174d; }
|
||||
.text-shadow-pink-900 { text-shadow: 0 0 2px #831843; }
|
||||
|
||||
.text-shadow-rose-50 { text-shadow: 1px 1px 2px #fff1f2; }
|
||||
.text-shadow-rose-100 { text-shadow: 1px 1px 2px #ffe4e6; }
|
||||
.text-shadow-rose-200 { text-shadow: 1px 1px 2px #fecdd3; }
|
||||
.text-shadow-rose-300 { text-shadow: 1px 1px 2px #fda4af; }
|
||||
.text-shadow-rose-400 { text-shadow: 1px 1px 2px #fb7185; }
|
||||
.text-shadow-rose-500 { text-shadow: 1px 1px 2px #f43f5e; }
|
||||
.text-shadow-rose-600 { text-shadow: 1px 1px 2px #e11d48; }
|
||||
.text-shadow-rose-700 { text-shadow: 1px 1px 2px #be123c; }
|
||||
.text-shadow-rose-800 { text-shadow: 1px 1px 2px #9f1239; }
|
||||
.text-shadow-rose-900 { text-shadow: 1px 1px 2px #881337; }
|
||||
.text-shadow-rose-50 { text-shadow: 0 0 2px #fff1f2; }
|
||||
.text-shadow-rose-100 { text-shadow: 0 0 2px #ffe4e6; }
|
||||
.text-shadow-rose-200 { text-shadow: 0 0 2px #fecdd3; }
|
||||
.text-shadow-rose-300 { text-shadow: 0 0 2px #fda4af; }
|
||||
.text-shadow-rose-400 { text-shadow: 0 0 2px #fb7185; }
|
||||
.text-shadow-rose-500 { text-shadow: 0 0 2px #f43f5e; }
|
||||
.text-shadow-rose-600 { text-shadow: 0 0 2px #e11d48; }
|
||||
.text-shadow-rose-700 { text-shadow: 0 0 2px #be123c; }
|
||||
.text-shadow-rose-800 { text-shadow: 0 0 2px #9f1239; }
|
||||
.text-shadow-rose-900 { text-shadow: 0 0 2px #881337; }
|
||||
|
@ -13,8 +13,8 @@ module.exports = {
|
||||
|
||||
theme: {
|
||||
fontFamily: {
|
||||
body: ['Lato'],
|
||||
display: ['PoiretOne'],
|
||||
body: ['OpenSans'],
|
||||
},
|
||||
|
||||
extend: {
|
||||
@ -328,7 +328,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
fontFamily: {
|
||||
sans: ['OpenSans', ...defaultTheme.fontFamily.sans],
|
||||
sans: ['Lato', ...defaultTheme.fontFamily.sans],
|
||||
serif: ['Nunito', ...defaultTheme.fontFamily.serif],
|
||||
mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user