2018-07-13 09:11:16 +00:00
|
|
|
// @import url('https://fonts.googleapis.com/css?family=Orbitron:400,700');
|
|
|
|
|
// @import '~typeface-orbitron';
|
|
|
|
|
|
2018-07-13 13:24:58 +00:00
|
|
|
@mixin icedream-font {
|
2018-07-13 09:11:16 +00:00
|
|
|
font-family: 'Orbitron', sans-serif;
|
|
|
|
|
font-size: 2vmin;
|
|
|
|
|
}
|