diff options
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 |