source: code/trunk/share/sass/fonts/orbitron.sass@ 1

Last change on this file since 1 was 1, checked in by fox, 9 years ago

initial simple example with omd

File size: 395 bytes
Line 
1@font-face
2 font-family: "Orbitron Medium"
3 src: url('#{$font-url}/orbitron/orbitron-medium.otf')
4
5@font-face
6 font-family: "Orbitron Light"
7 src: url('#{$font-url}/orbitron/orbitron-light.otf')
8
9@font-face
10 font-family: "Orbitron Bold"
11 src: url('#{$font-url}/orbitron/orbitron-bold.otf')
12
13@font-face
14 font-family: "Orbitron Black"
15 src: url('#{$font-url}/orbitron/orbitron-black.otf')
Note: See TracBrowser for help on using the repository browser.