8 lines
196 B
SCSS
8 lines
196 B
SCSS
|
// @import url('https://fonts.googleapis.com/css?family=Orbitron:400,700');
|
||
|
// @import '~typeface-orbitron';
|
||
|
|
||
|
@mixin icedream-font() {
|
||
|
font-family: 'Orbitron', sans-serif;
|
||
|
font-size: 2vmin;
|
||
|
}
|