diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/css/fonts-import.css | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/css/fonts-import.css')
-rw-r--r-- | Neutron-trunk/resources/css/fonts-import.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/fonts-import.css b/Neutron-trunk/resources/css/fonts-import.css new file mode 100644 index 0000000..ca69eac --- /dev/null +++ b/Neutron-trunk/resources/css/fonts-import.css @@ -0,0 +1,36 @@ +@font-face { + font-family: CMS; + src: url('../fonts/font-regular.ttf'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: CMS; + src: url('../fonts/font-italic.ttf'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: CMS; + src: url('../fonts/font-bold.ttf'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: CMS; + src: url('../fonts/font-bold-italic.ttf'); + font-weight: bold; + font-style: italic; +} + +.centered { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + text-align: center; + width: 100%; +}
\ No newline at end of file |