Commit 9b3b89b2e93b1a33d3d4e683e3afc0995f4004a2

Authored by Georg Hopp
1 parent 2676b540

Add woff font

No preview for this file type
... ... @@ -20,7 +20,8 @@
20 20
21 21 @font-face {
22 22 font-family: 'Arkitech';
23   - src: font-url("ArkitechLight.ttf") format('truetype');
  23 + src: font-url("ArkitechLight.ttf") format('truetype'),
  24 + font-url("ArkitechLight.woff") format('woff');
24 25 }
25 26
26 27 * {
... ... @@ -190,6 +191,16 @@ hr {
190 191 height: 100%;
191 192 overflow: hidden;
192 193 }
  194 +.section .watermark {
  195 + position: relative;
  196 + padding: 2px;
  197 + opacity: 0.2;
  198 + width: 60%;
  199 + top: 50%;
  200 + left: 50%;
  201 + transform: translate(-50%, -50%);
  202 + z-index: 0;
  203 +}
193 204
194 205 .content {
195 206 position: absolute;
... ...
Please register or login to post a comment